https://github.com/null-none/canvaseditor
Editor for html canvas
https://github.com/null-none/canvaseditor
Last synced: about 1 year ago
JSON representation
Editor for html canvas
- Host: GitHub
- URL: https://github.com/null-none/canvaseditor
- Owner: null-none
- License: mit
- Created: 2015-04-02T22:30:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-17T20:28:26.000Z (almost 11 years ago)
- Last Synced: 2025-01-26T09:28:40.001Z (about 1 year ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# canvasEditor
Editor for html canvas
```html
Canvas editor
$( document ).ready(function() {
$('#screenshot-canvas').canvasEdit({
'width': 1024,
'height': 758
});
});
```

