svg-path-shapes

0.0.2 • Public • Published

svg-path-shapes

Build status

Browser support

Older browsers might require a polyfill for String.prototype.trim.

Install

$ npm install svg-path-shapes

Example

var shapes = require('svg-path-shapes')
 
shapes('M30 10 L35 15 M40 20 L45 25')
// => ['M30 10 L35 15', 'M40 20 L45 25']

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i svg-path-shapes

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • michaelrhodes