Files
sashinexists/node_modules/graphviz-wasm/dist/constants.js
2024-12-07 13:18:31 +11:00

6 lines
127 B
JavaScript

/* MAIN */
const DEFAULT_ENGINE = 'dot';
const DEFAULT_FORMAT = 'svg';
/* EXPORT */
export { DEFAULT_ENGINE, DEFAULT_FORMAT };