extractify-svg-pathdeprecated

browserify transform for extract-svg-path

Usage no npm install needed!

<script type="module">
  import extractifySvgPath from 'https://cdn.skypack.dev/extractify-svg-path';
</script>

README

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.