Remove treeview-1.3 since it is unused.
[openemr.git] / interface / static / literallycanvas-0-4-13 / js / core / defaultOptions.js
blobac6e010e23397377b122e630758691a5d6e43ace
1 'use strict';
3 module.exports = {
4   imageURLPrefix: 'lib/img',
5   primaryColor: 'hsla(0, 0%, 0%, 1)',
6   secondaryColor: 'hsla(0, 0%, 100%, 1)',
7   backgroundColor: 'transparent',
8   strokeWidths: [1, 2, 5, 10, 20, 30],
9   defaultStrokeWidth: 5,
10   toolbarPosition: 'top',
11   keyboardShortcuts: false,
12   imageSize: { width: 'infinite', height: 'infinite' },
13   backgroundShapes: [],
14   watermarkImage: null,
15   watermarkScale: 1,
16   zoomMin: 0.2,
17   zoomMax: 4.0,
18   zoomStep: 0.2,
19   snapshot: null,
20   tools: [require('../tools/Pencil'), require('../tools/Eraser'), require('../tools/Line'), require('../tools/Rectangle'), require('../tools/Ellipse'), require('../tools/Text'), require('../tools/Polygon'), require('../tools/Pan'), require('../tools/Eyedropper')]