forked from sashin/sashinexists
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
/* MAIN */
|
|
const DEFAULT_ENGINE = 'dot';
|
|
const DEFAULT_FORMAT = 'svg';
|
|
/* EXPORT */
|
|
export { DEFAULT_ENGINE, DEFAULT_FORMAT };
|