Open
Description
Most appropriate sub-area of p5.js?
- Accessibility (Web Accessibility)
- Build tools and processes
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Friendly error system
- Image
- IO (Input/Output)
- Localization
- Math
- Unit Testing
- Typography
- Utilities
- WebGL
- Other (specify if possible)
p5.js version
1.0.0
Web browser and version
Doesn't matter
Operating System
Doesn't matter
Steps to reproduce this
Steps:
- Download p5.js file from 1.0.0 releases. (https://github.com/processing/p5.js/releases?page=2).
- Import it into a project.
- Try to create p5.Texture (won't be able to do it).
- Now import same p5.js 1.0.0 like this: <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>.
- Try to create p5.Texture (will be able to do it).
First question: why are p5js of the same version different.
Second question: which one is actually 1.0.0?