debian-mirror-gitlab/app/assets/javascripts/drawio/constants.js
2023-05-27 22:25:52 +05:30

15 lines
498 B
JavaScript

/*
* TODO: Make this URL configurable
*/
export const DRAWIO_EDITOR_URL =
'https://embed.diagrams.net/?ui=sketch&noSaveBtn=1&saveAndExit=1&keepmodified=1&spin=1&embed=1&libraries=1&configure=1&proto=json&toSvg=1'; // TODO Make it configurable
export const DRAWIO_FRAME_ID = 'drawio-frame';
export const DARK_BACKGROUND_COLOR = '#202020';
export const DIAGRAM_BACKGROUND_COLOR = '#ffffff';
export const DRAWIO_IFRAME_TIMEOUT = 4000;
export const DIAGRAM_MAX_SIZE = 10 * 1024 * 1024; // 1MB