Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lsongdev/paint.js
- Owner: lsongdev
- Created: 2016-10-22T14:51:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T05:09:59.000Z (about 4 years ago)
- Last Synced: 2024-12-31T10:05:34.742Z (18 days ago)
- Topics: animation, canvas, mobile, web
- Language: JavaScript
- Homepage: https://lsong.org/paint.js
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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')
```