https://github.com/raphamorim/origami.svg
A Origami Plugin to deliver SVG instead Canvas (canvas to SVG)
https://github.com/raphamorim/origami.svg
Last synced: 10 months ago
JSON representation
A Origami Plugin to deliver SVG instead Canvas (canvas to SVG)
- Host: GitHub
- URL: https://github.com/raphamorim/origami.svg
- Owner: raphamorim
- Created: 2016-09-15T02:56:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T03:56:53.000Z (over 9 years ago)
- Last Synced: 2025-08-09T12:48:01.138Z (10 months ago)
- Language: JavaScript
- Size: 197 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# origami.svg
> Origamijs plugin to render canvas to SVG
Working only for [Origami.js](https://github.com/raphamorim/origami.js) >= 0.5.0
Originally a fork of [canvas2svg](https://github.com/gliffy/canvas2svg).
## Getting
First of all, get Origami.js using [Download Option](https://github.com/origamijs/origami.svg/archive/master.zip) or using NPM.
Get using NPM just run this command
```sh
npm install origamijs.svg
```
Add the source after origamijs script end:
```html