mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-03-24 19:59:56 -04:00
Javascript: remove jszip
This commit is contained in:
parent
c1e2449d45
commit
7b70938394
2 changed files with 0 additions and 2 deletions
|
@ -36,7 +36,6 @@
|
|||
"dependencies": {
|
||||
"intl": "^1.0.1",
|
||||
"intl-messageformat": "^1.2.0",
|
||||
"jszip": "^2.5.0",
|
||||
"snapsvg": "^0.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import OS from './OS';
|
||||
import MediaLib from './MediaLib';
|
||||
import JSZip from 'jszip';
|
||||
import {setCanvasSize, drawThumbnail, gn} from '../utils/lib';
|
||||
import Lobby from '../lobby/Lobby';
|
||||
import SVG2Canvas from '../utils/SVG2Canvas';
|
||||
|
|
Loading…
Add table
Reference in a new issue