> For the complete documentation index, see [llms.txt](https://docs.sevenpens.com/devnotes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sevenpens.com/devnotes/misc/html-pointer-events.md).

# HTML pointer events

## Using HTML5 canvas with a stylus

* <https://github.com/amoshydra/draw> ([try it out](https://amoshydra.github.io/draw/))
* <https://pressurejs.com/>
* <https://github.com/dxh9845/pressure-sensitive-canvas>
* [Hands-On Coding a Pressure Sensitive Freehand Drawing App in React](https://youtu.be/WbPhV1dyva4) Jan 11, 2022
* <https://codepen.io/janroudaut/pen/VprRqj>
* <https://shuding.github.io/apple-pencil-safari-api-test/>

## Tools

* PenTracker - <https://patrickhlauke.github.io/touch/pen-tracker/>
* [Croquis.js](https://github.com/disjukr/croquis.js) - An HTML5 drawing tool library. Useful for seeing how stylus information is used in a creative application. You can [try the demo here](https://labs.crosspop.in/Croquispop/croquispop.html).
