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
The reason for this strange issue is that the file URL contains within it the file name as specified in the web editor. When the HTML is being created, the file name is replaced with its url, which happens twice to account for all edge cases.
The text was updated successfully, but these errors were encountered:
Nature of issue?
Details about the bug:
I noticed that example P_1_2_2_01 doesn't work in the web editor. It's not able to load the images, and makes a request to the following url: https://cdn.jsdelivr.net/gh/generative-design/Code-Package-p5.js@master/01_P/P_1_2_2_01/https://cdn.jsdelivr.net/gh/generative-design/Code-Package-p5.js@master/01_P/P_1_2_2_01/data/pic1.jpg. The example works if you change the names of the images, check out my forked version that works.
The reason for this strange issue is that the file URL contains within it the file name as specified in the web editor. When the HTML is being created, the file name is replaced with its url, which happens twice to account for all edge cases.
The text was updated successfully, but these errors were encountered: