File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ npm i simple-image-compressor
1515### CDN
1616
1717``` html
18- <
script src =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/simple-image-compressor.js" ></
script >
18+ <
script src =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/simple-image-compressor-min .js" ></
script >
1919```
2020
2121## Main function
@@ -59,7 +59,7 @@ const compressedImage = await compressFile(file);
5959` ` ` html
6060< html lang= " en" >
6161 < head>
62- < script src= " https://cdn.jsdelivr.net/npm/simple-image-compressor@1.6 .0/dist/simple-image-compressor.js" >< / script>
62+ < script src= " https://cdn.jsdelivr.net/npm/simple-image-compressor@1.7 .0/dist/simple-image-compressor-min .js" >< / script>
6363 < script>
6464 window .onload = () => {
6565 const fileInput = document .getElementById (' file-input' );
You can’t perform that action at this time.
0 commit comments