diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-05-29 02:29:40 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-05-29 02:29:44 +0900 |
| commit | 6b54f395b0b9d29189fdf99cb2e84556c608686f (patch) | |
| tree | 4882a5ddad21bfff07c68508c686652a9b820867 /vhosts/blog/NOTE.md | |
| parent | d71d7b6aa6b5081f94298cc037803fe6a6188498 (diff) | |
| download | nsfisis.dev-6b54f395b0b9d29189fdf99cb2e84556c608686f.tar.gz nsfisis.dev-6b54f395b0b9d29189fdf99cb2e84556c608686f.tar.zst nsfisis.dev-6b54f395b0b9d29189fdf99cb2e84556c608686f.zip | |
feat(blog/nuldoc): update PDF.js from 3.4.120 to 4.3.136
Diffstat (limited to 'vhosts/blog/NOTE.md')
| -rw-r--r-- | vhosts/blog/NOTE.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vhosts/blog/NOTE.md b/vhosts/blog/NOTE.md index d8f87cf7..3110ad75 100644 --- a/vhosts/blog/NOTE.md +++ b/vhosts/blog/NOTE.md @@ -23,8 +23,8 @@ $ ./nuldoc new slide Update PDF.js. ``` -$ curl -o static/pdf.min.js https://unpkg.com/pdfjs-dist@3.4.120/build/pdf.min.js -$ curl -o static/pdf.worker.min.js https://unpkg.com/pdfjs-dist@3.4.120/build/pdf.worker.min.js +$ curl -o static/pdf.min.mjs https://unpkg.com/pdfjs-dist@4.3.136/build/pdf.min.mjs +$ curl -o static/pdf.worker.min.mjs https://unpkg.com/pdfjs-dist@4.3.136/build/pdf.worker.min.mjs ``` Update p5.js. |
