Miaoye Que
Miaoye Que
Previous issues where folks couldn't get their projects running due to missing `crossOrigin="anonymous": - https://github.com/ml5js/ml5-library/issues/1326 - https://github.com/ml5js/ml5-library/issues/1462
Add the ability to load offline models, so that users can still run their projects with spotty Internet / from places of the world where access to online models is...
Our old library has been suffering from issues of outdated dependencies, leading to install and compilation errors. Related issues from the old repo: - https://github.com/ml5js/ml5-library/issues/1260 - https://github.com/ml5js/ml5-library/issues/1447 - https://github.com/ml5js/ml5-library/issues/1337 -...
- Adding a [stop() function](https://github.com/ml5js/ml5-library/issues/1450). - Add option to use input other than mic (https://github.com/ml5js/ml5-library/issues/1416, https://github.com/ml5js/ml5-library/issues/1103)
Addresses #7178 **Changes:** - Validate against real p5 constants - Fully account for optional parameters - Add new test file for param validator **Screenshots of the change:** Ran `npm run...
### Most Appropriate Sub-area of p5.js? - [ ] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events...
### Increasing access As p5.js migrates to v2.0 and takes on a new technical architecture, the old way of detecting accidentally overridden constants and functions in FES would no longer...