File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1010
1111
1212 <p align =" center " >
13- The easiest way to load scripts / stylesheets to your HTML page
13+ The easiest way to load scripts & stylesheets to your HTML page
1414
1515 <br >
1616 <small > <b ><i >Show your support!</i > </b ></small >
@@ -39,9 +39,8 @@ How to use <b><i>File Loader</b></i>:
3939import {FileLoader } from ' https://cdn.jsdelivr.net/gh/MarketingPipeline/File-Loader.js@v1.0.0/dist/file-loader.min.js' ;
4040async function example_usage (){
4141 try {
42- let files_to_load = await FileLoader ([{url: " https://cdn.jsdelivr.net/gh/MarketingPipeline/IPTV-Parser.js/dist/iptv-parser.min.js" , file_type: " js" },
43- {url: " https://cdn.jsdelivr.net/gh/MarketingPipeline/IPTV-Parser.js/dist/iptv-parser.min.js" , file_type: " css" }])
44- console .log (files_to_load)
42+ let files_to_load = await FileLoader ([{url: " https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js" , file_type: " js" },
43+ {url: " https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" , file_type: " css" }])
4544 } catch (error){
4645 console .log (error)
4746 }
You can’t perform that action at this time.
0 commit comments