svg_to_paint

1.0.3 • Public • Published

svg_to_paint

svg_to_paint is a node module to generate dart code files from a svg file.

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

Installation is done using the npm install command:

$ npm install svg_to_paint

Usage

const svgToPaint = require('svg_to_paint')
 
svgToPaint.generateDartCode('/Users/user/Desktop/file.xml','/Users/user/Desktop','svg_icon','absolute')

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Package Sidebar

Install

npm i svg_to_paint

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

13.9 kB

Total Files

14

Last publish

Collaborators

  • francesco_catani