0.1.0 • Published 7 years ago

lw.svg-path v0.1.0

Weekly downloads
15
License
MIT
Repository
github
Last release
7 years ago

lw.svg-path

SVG path for LaserWeb/CNCWeb.

Installation

Using NPM

npm install lw.svg-path

Using GIT

git clone https://github.com/lautr3k/lw.svg-path.git
cd svg-path
npm install

Or download the last build from https://raw.githubusercontent.com/lautr3k/lw.svg-path/master/dist/lw.svg-path.js

<script src="./lw.svg-path.js"></script>
<script>
  var path = SVGPath.Path();
</script>

Usages

import Path from 'svg-path'