Skip to content

Commit

Permalink
Using minified versions of p5
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Aug 20, 2024
1 parent d505a15 commit ab80c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/download-libs.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ const libsToDownload = [
libs: [
{
filename: "p5.js",
url: "http://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2.0/p5.js",
url: "http://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2.0/p5.min.js",
},
{
filename: "p5.sound.js",
url: "http://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/addons/p5.sound.js",
url: "http://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/addons/p5.sound.min.js",
},
{
filename: "socket.io.esm.min.js",
Expand Down

0 comments on commit ab80c7d

Please sign in to comment.