p5.js-website
p5.js-website copied to clipboard
example 6 on image() reference page is broken because laDefense50.png is missing
Most appropriate sections of the p5.js website?
Reference
What is your operating system?
Windows
Web browser and version
Firefox 108.0.1
Actual Behavior
https://p5js.org/reference/#/p5/image
The 6th example for image() tries to loadImage( 'assets/laDefense50.png' ) which does not exist in the directory /src/templates/pages/reference/assets
Expected Behavior
The 6th example should have an sketch.
Steps to reproduce
visit https://p5js.org/reference/#/p5/image
Scroll down to the 6th example and there is no example sketch.
Would you like to work on the issue?
yes, but if anyone wants to take this on they can.