Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skarab42/lw.svg-path
- Owner: skarab42
- License: mit
- Created: 2016-12-16T10:21:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T10:21:39.000Z (almost 8 years ago)
- Last Synced: 2024-05-21T11:29:17.951Z (6 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```htmlvar path = SVGPath.Path();
```
## Usages
```javascript
import Path from 'svg-path'
```