You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observe, some internal methods are visible, which should not be. Both are marked @private and @internal but this is apparently ignored? It does work for many other methods. Possibly build reference script should be updated?
Most appropriate sub-area of p5.js?
p5.js version
2.3.1-rc.2
Web browser and version
No response
Operating system
No response
Steps to reproduce this
Steps:
In
p5.js-website:npm run build:referencewhih clones p5.jsnpm run dev@privateand@internalbut this is apparently ignored? It does work for many other methods. Possibly build reference script should be updated?