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 @@ -163,7 +163,7 @@ Promise that resolves to the output object
163163
164164#### Importing
165165``` html
166- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/@shellophobia/transform-image-js@1.0.3 /jquery_plugin/image_compress_plugin.js" ></script >
166+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/@shellophobia/transform-image-js/jquery_plugin/image_compress_plugin.js" ></script >
167167```
168168
169169#### Example
@@ -178,7 +178,7 @@ Promise that resolves to the output object
178178<div id =" preview" ></div >
179179
180180<script type =" text/javascript" src =" https://code.jquery.com/jquery-1.12.4.min.js" ></script >
181- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/@shellophobia/transform-image-js@1.0.3 /jquery_plugin/image_compress_plugin.js" ></script >
181+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/@shellophobia/transform-image-js/jquery_plugin/image_compress_plugin.js" ></script >
182182<script type =" text/javascript" >
183183$ (document ).ready (function () {
184184 $ (" #fileinput" ).uploadFile ({
You can’t perform that action at this time.
0 commit comments