p5.js-website icon indicating copy to clipboard operation
p5.js-website copied to clipboard

example 6 on image() reference page is broken because laDefense50.png is missing

Open takyano opened this issue 2 years ago • 1 comments

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.

takyano avatar Jan 07 '23 17:01 takyano