quickdraw-svg-render
v1.0.0
Published
Small module for rendering Google Quickdraw drawings as svg
Downloads
1
Readme
quickdraw-svg-render
Small module for rendering Google Quickdraw drawings as svg
Installation
npm install --save quickdraw-svg-render
Usage
var qdsr = require('quickdraw-svg-render')
// Pass drawing array and whether to use viewBox
qdsr(drawing_data, true)
// returns svg element as array
License
MIT
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Crafted with <3 by Simon Brix (@br11x).