Skip to content

Commit bbdd1c0

Browse files
authored
Adding symbols functions with padding (#330)
1 parent 12978fc commit bbdd1c0

File tree

4 files changed

+838
-2
lines changed

4 files changed

+838
-2
lines changed

apps/plotly_examples/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
"@playwright/test": "^1.49.1",
9595
"@types/node": "^22.10.7",
9696
"@types/react": "17.0.44",
97-
"@types/react-dom": "17.0.15"
97+
"@types/react-dom": "17.0.15",
98+
"parse-svg-path": "^0.1.2"
9899
},
99100
"resolutions": {
100101
"@types/react": "17.0.44",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
declare module 'parse-svg-path' {
2+
export default function parse(path: string): any[];
3+
}

0 commit comments

Comments
 (0)