Skip to content

Commit 8a449eb

Browse files
save file
1 parent 75fb09f commit 8a449eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
var sandbox = {};
4-
sandbox.cjs = txt=>Promise.resolve(eval(`(()=>{var exports={},module={};${txt};return module.exports})()`));
5-
var url = 'https://raw.githubusercontent.com/stuk/jszip/main/dist/jszip.min.js';
6-
var JSZip = await fetch(url).then(res=>res.text().then(sandbox.cjs));
7-
console.log(JSZip);
3+
var sandbox = {};
4+
sandbox.cjs = txt=>Promise.resolve(eval(`(()=>{var exports={},module={};${txt};return module.exports})()`));
5+
var url = 'https://raw.githubusercontent.com/stuk/jszip/main/dist/jszip.min.js';
6+
var JSZip = await fetch(url).then(res=>res.text().then(sandbox.cjs));
7+
console.log(JSZip);
88

0 commit comments

Comments
 (0)