CDN for 0.10.2?

Use the “index.html” minimal template file from this sketch below instead: :bulb:

index.html:

<script defer src=https://Unpkg.com/p5></script>
<script defer src=sketch.js></script>

Other alternative CDNs: :file_cabinet:

As a last recourse, we can grab “p5.min.js” directly from their site: :shushing_face:
p5js.org/assets/js/p5.min.js

1 Like