Skip to content

Commit

Permalink
Add more missing pieces to README
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Jun 11, 2024
1 parent 3a7f701 commit 3aad7f0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@
_Copyright 2017-2024, Caleb Evans_
_Released under the MIT license_

jCanvas is a jQuery plugin that makes the HTML5 canvas easy to work with.
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.
Expand Down

0 comments on commit 3aad7f0

Please sign in to comment.