diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-06-18 23:35:49 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-06-18 23:35:49 +0900 |
| commit | ca6f5bafe72ba2f9b8ccbd6fe055d20fe590bf26 (patch) | |
| tree | 1ee41bb26e35b7f4d76a86fdd545d614419930c3 /NOTE.md | |
| parent | 6b7fc3b5e2dc62e689dac2e06df6bd4957dec954 (diff) | |
| download | blog.nsfisis.dev-ca6f5bafe72ba2f9b8ccbd6fe055d20fe590bf26.tar.gz blog.nsfisis.dev-ca6f5bafe72ba2f9b8ccbd6fe055d20fe590bf26.tar.zst blog.nsfisis.dev-ca6f5bafe72ba2f9b8ccbd6fe055d20fe590bf26.zip | |
feat(content): add icon to /about page
Diffstat (limited to 'NOTE.md')
| -rw-r--r-- | NOTE.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -27,6 +27,12 @@ $ curl -o static/pdf.min.js https://unpkg.com/pdfjs-dist@3.4.120/build/pdf.min.j $ curl -o static/pdf.worker.min.js https://unpkg.com/pdfjs-dist@3.4.120/build/pdf.worker.min.js ``` +Update p5.js. + +``` +$ curl -o static/p5.min.js https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.6.0/p5.min.js +``` + ## Structure |
