File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import {
2626 TextWriter ,
2727 ZipReader ,
2828 ZipWriter ,
29- } from " https:// jsr.io/ @zip-js/zip-js" ;
29+ } from " jsr: @zip-js/zip-js" ;
3030
3131// ----
3232// Write the zip file
@@ -71,7 +71,7 @@ await zipReader.close();
7171console .log (helloWorldText);
7272```
7373
74- Run the code on JSFiddle: https://jsfiddle.net/dns7pkxt /
74+ Run the code on JSFiddle: https://jsfiddle.net/tdjxLcu9 /
7575
7676## Hello world with Streams
7777
@@ -80,7 +80,7 @@ import {
8080 BlobReader ,
8181 ZipReader ,
8282 ZipWriter ,
83- } from " https:// jsr.io/ @zip-js/zip-js" ;
83+ } from " jsr: @zip-js/zip-js" ;
8484
8585// ----
8686// Write the zip file
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import {
3030 TextWriter ,
3131 ZipReader ,
3232 ZipWriter ,
33- } from " https:// jsr.io/ @zip-js/zip-js" ;
33+ } from " jsr: @zip-js/zip-js" ;
3434
3535// ----
3636// Write the zip file
@@ -84,7 +84,7 @@ import {
8484 BlobReader ,
8585 ZipReader ,
8686 ZipWriter ,
87- } from " https:// jsr.io/ @zip-js/zip-js" ;
87+ } from " jsr: @zip-js/zip-js" ;
8888
8989// ----
9090// Write the zip file
You can’t perform that action at this time.
0 commit comments