How do you get this to work with ES6 imports? `import SVG from 'svg.js' import 'svg.path.js/svg.path.min.js'` This will throw an error: `TypeError: this.clear(...).attr is not a function`
How do you get this to work with ES6 imports?
import SVG from 'svg.js' import 'svg.path.js/svg.path.min.js'This will throw an error:
TypeError: this.clear(...).attr is not a function