Will there be a CDN release of 0.10.2?
On the downloads page:
https://p5js.org/download/
the latest CDN is still 0.9.0.
Don Braffitt
1 Like
Use the “index.html” minimal template file from this sketch below instead:
index.html:
<script defer src=https://Unpkg.com/p5></script>
<script defer src=sketch.js></script>
Other alternative CDNs:
As a last recourse, we can grab “p5.min.js” directly from their site:
p5js.org/assets/js/p5.min.js
1 Like
Looks like there is now an issue open for the core developers, here:
byxx
4
Internet explorer lets me show the site when I apply to remove the blocked contents option pop up…