Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2017-03-29 08:16:59 +0300
committerPhil Hughes <me@iamphill.com>2017-04-05 13:49:08 +0300
commitfd8a40783d593993caa76925eae1d54e6fd95c4b (patch)
tree42584066f86ffe50638eaa37ececac598f58533e /package.json
parentd4d95ad32fb1f47ecb4b6d0e8d9885dba0222453 (diff)
Load a preview of Sketch 43 files
Sketch 43 files are technically a zip file, so the JavaScript opens the zip file & locates a preview.png which is just a quick preview of the last sketch page edited. After that is loaded it simply places the image into the DOM
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 7b6c4556e2c..2c8c4e126cd 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,8 @@
"jquery": "^2.2.1",
"jquery-ujs": "^1.2.1",
"js-cookie": "^2.1.3",
+ "jszip": "^3.1.3",
+ "jszip-utils": "^0.0.2",
"mousetrap": "^1.4.6",
"pikaday": "^1.5.1",
"raphael": "^2.2.7",