https://github.com/caleb531/jcanvas
A jQuery plugin that makes the HTML5 canvas easy to work with.
https://github.com/caleb531/jcanvas
canvas javascript javascript-library jcanvas jquery jquery-plugin typescript
Last synced: 4 days ago
JSON representation
A jQuery plugin that makes the HTML5 canvas easy to work with.
- Host: GitHub
- URL: https://github.com/caleb531/jcanvas
- Owner: caleb531
- License: mit
- Created: 2011-06-26T21:37:54.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2026-01-19T18:33:20.000Z (about 1 month ago)
- Last Synced: 2026-01-20T00:48:41.248Z (about 1 month ago)
- Topics: canvas, javascript, javascript-library, jcanvas, jquery, jquery-plugin, typescript
- Language: TypeScript
- Homepage: https://projects.calebevans.me/jcanvas/
- Size: 13.1 MB
- Stars: 628
- Watchers: 42
- Forks: 189
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [jCanvas](https://projects.calebevans.me/jcanvas/)
_Copyright 2017-2024, Caleb Evans_
_Released under the MIT license_
jCanvas is a jQuery plugin that makes the HTML5 canvas easy to work with. For more details on what it can do, [visit the website](https://projects.calebevans.me/jcanvas/).
## [Download](https://projects.calebevans.me/jcanvas/downloads/)
jCanvas requires jQuery 1.9 or newer, and supports both desktop and mobile browsers.
If you are using a build pipeline, you can install jCanvas like so:
```sh
npm install jquery
npm install jcanvas
npm install -D @types/jquery # Only needed for TypeScript
```
## [Documentation](https://projects.calebevans.me/jcanvas/docs/)
Please search the online documentation before emailing me any questions you may have. If something in the documentation isn't clear, feel free to [email me](mailto:caleb@calebevans.me) for clarification.
## [Support](https://projects.calebevans.me/jcanvas/support/)
If you are reporting a jCanvas bug, please include the following information in your report:
- The version of jCanvas you used
- A complete code sample that reproduces the issue
- What you expected to happen
- What happened instead
## [License](https://github.com/caleb531/jcanvas/blob/main/LICENSE.txt)
jCanvas is available as a free and open-source library under the MIT license.