Skip to content

Commit

Permalink
Revise README to be more current
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Jun 11, 2024
1 parent d45b9d3 commit 3a7f701
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
# [jCanvas](https://projects.calebevans.me/jcanvas/)
*Copyright 2017-2024, Caleb Evans*
*Released under the MIT license*

_Copyright 2017-2024, Caleb Evans_
_Released under the MIT license_

jCanvas is a jQuery plugin that makes the HTML5 canvas easy to work with.

## [Download](https://projects.calebevans.me/jcanvas/downloads/)

jCanvas requires jQuery 1.4 or newer, and supports both desktop and mobile browsers.

### Running on Node

See this example for usage with Node:
https://github.com/robertjustjones/jcanvas-in-node

To run this example, you'll need to follow the Cairo [installation instructions for node-canvas](https://github.com/Automattic/node-canvas/wiki).

After cloning the repository, run `npm install` and then `node index.js`.
jCanvas requires jQuery 1.9 or newer, and supports both desktop and mobile browsers.

## [Documentation](https://projects.calebevans.me/jcanvas/docs/)

Expand All @@ -25,10 +17,10 @@ Please search the online documentation before emailing me any questions you may

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
- 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/master/LICENSE.txt)

Expand Down

0 comments on commit 3a7f701

Please sign in to comment.