mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 07:49:43 +02:00
#945 Moving hardcoded sizes etc to config
This commit is contained in:
@@ -25,3 +25,12 @@ export const setConfig = conf => {
|
||||
setConf(conf);
|
||||
};
|
||||
export const getConfig = () => config;
|
||||
|
||||
const configApi = {
|
||||
setConfig,
|
||||
getConfig
|
||||
// get conf() {
|
||||
// return config;
|
||||
// }
|
||||
};
|
||||
export default configApi;
|
||||
|
Reference in New Issue
Block a user