Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lsongdev/paint.js

:art: A canvas library focused on mobile applications.
https://github.com/lsongdev/paint.js

animation canvas mobile web

Last synced: 16 days ago
JSON representation

:art: A canvas library focused on mobile applications.

Awesome Lists containing this project

README

        

## Paint.js

> A canvas library focused on mobile applications.

### Example

```js
Paint('#canvas')
.background('#f70')
.text('test', 50, 50)
.arc(50, 50)
.rect(30, 30, 100, 100)
.line(50, 50, 100, 100)
.image('https://mdn.mozillademos.org/files/5397/rhino.jpg')
```