1.0.1 • Published 9 years ago

extractify-svg-path v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

extractify-svg-path

deprecated

deprecated

Deprecated: Use extract-svg-path/transform instead.


Browserify transform for extract-svg-path. Allows you to inline SVG paths from a file.

var parse = require('parse-svg-path')
var svg = require('extract-svg-path')(__dirname + '/shape.svg')
var path = parse(svg)

Usage

NPM

License

MIT, see LICENSE.md for details.