extractify-svg-path

[DEPRECATED]

MIT License

Downloads
6
Stars
5

extractify-svg-path

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

License

MIT, see LICENSE.md for details.