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

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)

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