/*global ks_global*/ export const COLOR_PALETTE = [ "rgb(104, 169, 77)", "rgb(102, 75, 154)", "rgb(41, 171, 226)", "rgb(224, 133, 35)", "rgb(214, 207, 126)", "rgb(239, 65, 35)", "rgb(255, 255, 255)", ]; // Just renaming a variable which is given by the PHP script. This avoids errors in all other files. export const PLUGIN_PATH = ks_global.plugin_path; export var SPACE = ks_global.space_id; export function setSpace(space) { SPACE = space; }