1.0.0 • Published 7 years ago

quickdraw-svg-render v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with <3 by Simon Brix (@br11x).

1.0.0

7 years ago