1.0.0 • Published 5 years ago

svg-images v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

svg-images

npm version License

Node module to extract images from SVG file

Installation

Use one of the following methods to add the Star Rating library to your project:

Dependencies

Usage

const svgToImages = require('svg-images/svg-images');

svgToImages.extractImagesAsync('files\\input.svg', 'output\\images')
.then(result => {
    console.log(result);
})
.catch(err => console.error(err));

Changelog

v1.0.0 - [2019-01-15]

  • Initial release

License

MIT