svg-images

1.0.0 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i svg-images

    Weekly Downloads

    28

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    3.17 kB

    Total Files

    3

    Last publish

    Collaborators

    • riteshgandhi