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
Not sure if anyone else is facing this issue, but it seems like paletteLerp isn't included in the p5js library when running it locally. I haven't had this issue with any other reference thing. Any usage of paletteLerp warrants this:
I have it working fine on the web editor.
The text was updated successfully, but these errors were encountered:
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms. Thank you!
Hi! What version of p5 are you using locally? The version number is at the top of the file. It sounds like you might be using an earlier version, so you can try re-downloading p5.min.js from https://p5js.org/download/
Hey there,
It says I'm using /*! p5.js v1.5.0 October 18, 2022 */ and it is the one that came with the most recent version of Processing as an add-on. I'm assuming I have to update the library.
If you download p5.min.js from https://p5js.org/download/, try replacing the existing p5.min.js in your libraries/ folder with that. Let me know if that works!
Most appropriate sub-area of p5.js?
p5.js version
No response
Web browser and version
No response
Operating system
Windows
Steps to reproduce this
Not sure if anyone else is facing this issue, but it seems like paletteLerp isn't included in the p5js library when running it locally. I haven't had this issue with any other reference thing. Any usage of paletteLerp warrants this:
I have it working fine on the web editor.
The text was updated successfully, but these errors were encountered: