Skip to content

Commit

Permalink
use minified p5js
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkolesidis committed Aug 2, 2022
1 parent 6573e4c commit 3591fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="stylesheet" href="./styles/style.css">
<script src="./scripts/minesweeper-emoji.js" type="text/javascript"></script>
<script src="./scripts/Cell.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@vv1.4.0/lib/p5.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.2/p5.min.js" type="text/javascript"></script>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💣</text></svg>">
</head>
<body>
Expand Down

0 comments on commit 3591fb8

Please sign in to comment.