mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
08fa19bc83
Added initialize function Moved genric configuration as clonseCssStyles till conf root Added parse funtion to the mermaidAPI api
5 lines
147 B
JavaScript
5 lines
147 B
JavaScript
/**
|
|
* Created by knut on 2015-06-06.
|
|
*/
|
|
module.exports.mermaid = require('./mermaid.js');
|
|
module.exports.mermaidAPI = require('./mermaidAPI.js'); |