svg2img-electron

Wrapper of svg2img with fallback, based on electron-image-resize, for platforms which doesn't have cairo/pixman libraries. svg2img compatible.


Keywords
svg2img, electron
License
MIT
Install
npm install svg2img-electron@1.0.2

Documentation

svg2img-electron

I used fine module https://github.com/fuzhenn/node-svg2img/ for a long time, but for some systems it has too heavy dependence in the form of cairo, pixman, so I made a wrapper with fallback to electron image resize technique, which is slower, but work on all platforms.