Skip to content

FrancescoCatani/svg_to_paint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A package to generate dart code from given svg file.

Resources

Stars

Watchers

Forks

Packages

No packages published