https://github.com/justintaddei/jraw.js
https://github.com/justintaddei/jraw.js
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/justintaddei/jraw.js
- Owner: justintaddei
- License: mit
- Created: 2019-10-12T05:17:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T15:40:53.000Z (over 2 years ago)
- Last Synced: 2025-02-08T04:46:20.826Z (3 months ago)
- Language: JavaScript
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jraw


A JavaScript library for manipulating HTML canvases **(earily preview)**
## Installation
```bash
npm install jraw.js --save
```or
Download jraw.js from `master` and include it in your project
```html
```
## Example
```typescript
import Jraw from 'jraw'const jraw = new Jraw()
```## License
MIT