Add "Save to PNG" option to charts.
Showing
icons/image.svg
0 → 100644
icons/scope.svg
0 → 100644
... | ... | @@ -41,6 +41,7 @@ |
"bignumber.js": "^9.1.0", | ||
"d3": "^7.6.1", | ||
"dayjs": "^1.11.5", | ||
"dom-to-image": "^2.6.0", | ||
"ethers": "^5.7.1", | ||
"framer-motion": "^6.5.1", | ||
"js-cookie": "^3.0.1", | ||
... | ... | @@ -64,6 +65,7 @@ |
"@svgr/webpack": "^6.5.1", | ||
"@testing-library/react": "^13.4.0", | ||
"@types/d3": "^7.4.0", | ||
"@types/dom-to-image": "^2.6.4", | ||
"@types/jest": "^29.2.0", | ||
"@types/js-cookie": "^3.0.2", | ||
"@types/node": "17.0.36", | ||
... | ... |
Please register or sign in to comment