# ripsaw-js

Create an interactive product design playground, running on Canvas.

## Install

Get from npm:

`npm install ripsaw`

Then include into your website:

```html
<script src="node_modules/ripsaw/lib/ripsaw.js"></script>
```

See examples for usage.
