UNPKG

svg-in-png

Version:

export SVG into image, its work with recharts and any other image svg

13 lines (12 loc) 214 B
// babel.config.js module.exports = { presets: [ [ '@babel/preset-env', { targets: { node: 'current' } } ], ], };