forked from annotorious/annotorious-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
standalone.json
42 lines (41 loc) · 1.06 KB
/
standalone.json
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
{
"id": "annotorious",
"define": {
"goog.DEBUG": false,
"goog.dom.ASSUME_STANDARDS_MODE": true
},
"inputs": [
"src/geometry/point.js",
"src/geometry/polygon.js",
"src/geometry/rectangle.js",
"src/geometry/shape.js",
"src/modules/module.js",
"src/modules/image/image_annotator.js",
"src/modules/image/image_module.js",
"src/modules/image/image_viewer.js",
"src/modules/openlayers/openlayers_annotator.js",
"src/modules/openlayers/openlayers_module.js",
"src/modules/openlayers/openlayers_viewer.js",
"src/selection/rect_drag_selector.js",
"src/annotation.js",
"src/annotorious.js",
"src/dom.js",
"src/editor.js",
"src/events.js",
"src/hint.js",
"src/plugin.js",
"src/popup.js",
"templates/core_elements.soy",
"templates/image_elements.soy",
"templates/openlayers_elements.soy"
],
"paths": [
"."
],
"externs": [
"externs/api.js",
"externs/openlayers.js"
],
"mode": "ADVANCED", // "RAW" or "ADVANCED"
"level": "DEFAULT" // "DEFAULT" or "VERBOSE"
}