-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdocument.js
44 lines (44 loc) · 1.16 KB
/
document.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = (function (documentId) { return ({
"_class": "document",
"do_objectID": documentId,
"colorSpace": 0,
"currentPageIndex": 0,
"assets": {
"_class": "assetCollection",
"do_objectID": "C94E9FA2-9915-4DFE-87C0-7670678D8CBE",
"images": [],
"colorAssets": [],
"exportPresets": [],
"gradientAssets": [],
"imageCollection": {
"_class": "imageCollection",
"images": {}
},
"colors": [],
"gradients": []
},
"foreignLayerStyles": [],
"foreignSymbols": [],
"foreignTextStyles": [],
"layerStyles": {
"_class": "sharedStyleContainer",
"objects": []
},
"layerSymbols": {
"_class": "symbolContainer",
"objects": []
},
"layerTextStyles": {
"_class": "sharedTextStyleContainer",
"objects": []
},
"pages": [
{
"_class": "MSJSONFileReference",
"_ref_class": "MSImmutablePage",
"_ref": "pages/DE768058-D22A-4C6E-A641-0B51C72599D2"
}
]
}); });