forked from annotorious/annotorious-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathokfn_plugin.json
More file actions
35 lines (34 loc) · 840 Bytes
/
okfn_plugin.json
File metadata and controls
35 lines (34 loc) · 840 Bytes
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
{
"id": "annotorious-okfn-plugin",
"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/image/image_annotator.js",
"src/modules/image/image_viewer.js",
"src/okfn/okfn_image_plugin.js",
"src/okfn/okfn_popup.js",
"src/plugins/selection/polygon_selector.js",
"src/plugins/selection/rect_drag_selector.js",
"src/annotation.js",
"src/dom.js",
"src/events.js",
"src/hint.js",
"templates/core_elements.soy",
"templates/image_elements.soy"
],
"paths": [
"."
],
"externs": [
"externs/api.js",
"externs/okfn_annotator.js"
],
"mode": "RAW", // "ADVANCED"
"level": "DEFAULT" // "VERBOSE"
}