svgdom icon indicating copy to clipboard operation
svgdom copied to clipboard

Straightforward DOM implementation to make SVG.js run headless on Node.js

Results 23 svgdom issues
Sort by recently updated
recently updated
newest added

- no release/dist folder on version 3 when installing from github via `npm install @svgdotjs/svg.js` so module cannot be imported: ``` Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'XXX\node_modules\@svgdotjs\svg.js\' imported from app.js...

I'm using svgdom for a project, and it's doing an awesome job. So far, it has helped us generate over 4000 SVG files which are then exported to PNG using...

Hello :wave: I'm currently creating a project with Nuxt.js and I'm using `svg.js`. But since the Svg element doesn't work on server-side, I need to use `svgdom`. Unfortunately, if I...