-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Description
Most appropriate sub-area of p5.js?
- Accessibility
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Image
- IO
- Math
- Typography
- Utilities
- WebGL
- Build process
- Unit testing
- Internationalization
- Friendly errors
- Other (specify if possible)
p5.js version
2.0.1
Web browser and version
No response
Operating system
No response
Steps to reproduce this
In p5 v2 there's a prop on p5.prototype called code
, though I'm hoping this is a typo and should be keyCode
, as it's only declared but never used.
Will workaround by running delete p5.prototype.code
inside p5play.