Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skarab42/lw.svg-path

SVG path for LaserWeb
https://github.com/skarab42/lw.svg-path

Last synced: 15 days ago
JSON representation

SVG path for LaserWeb

Awesome Lists containing this project

README

        

# lw.svg-path
SVG path for [LaserWeb/CNCWeb](https://github.com/LaserWeb/LaserWeb4).

## 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
```html

var path = SVGPath.Path();

```

## Usages
```javascript
import Path from 'svg-path'
```