Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit 7b70938

Browse files
committed
Javascript: remove jszip
1 parent c1e2449 commit 7b70938

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"dependencies": {
3737
"intl": "^1.0.1",
3838
"intl-messageformat": "^1.2.0",
39-
"jszip": "^2.5.0",
4039
"snapsvg": "^0.3.0"
4140
}
4241
}

src/tablet/IO.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import OS from './OS';
22
import MediaLib from './MediaLib';
3-
import JSZip from 'jszip';
43
import {setCanvasSize, drawThumbnail, gn} from '../utils/lib';
54
import Lobby from '../lobby/Lobby';
65
import SVG2Canvas from '../utils/SVG2Canvas';

0 commit comments

Comments
 (0)