p5.accessibility.js makes the p5 canvas more accessible to people who are blind and visually impaired. It can be used with any p5.js sketch and it is used in the p5.js web editor.
Before your pull request is reviewed and merged, make sure you
[x] there are no linting/build errors -- npm run build
[x] code is in uniquely-named feature branch, and has been rebased on top of latest master. If you're asked to make more changes make sure you rebase onto master then too!
[x] pull request is descriptively named and links to an issue number, i.e. Fixes #123
123 but rebased properly. Added example for lines and points #54
Before your pull request is reviewed and merged, make sure you
npm run build
Fixes #123
123 but rebased properly. Added example for lines and points #54
Thank you!