How to add your images:
1. Open this HTML file in a text editor
2. Find the imageFiles
array in the JavaScript section
3. Add your image filenames like this:
const imageFiles = ['Spontaneous Sketch 1.png', 'Spontaneous Sketch 2.JPG', 'your-image.jpg'];
4. Save and refresh the page