mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-15 02:04:08 +01:00
Updated conf handling
Added initialize function Moved genric configuration as clonseCssStyles till conf root Added parse funtion to the mermaidAPI api
This commit is contained in:
5
src/index.js
Normal file
5
src/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Created by knut on 2015-06-06.
|
||||
*/
|
||||
module.exports.mermaid = require('./mermaid.js');
|
||||
module.exports.mermaidAPI = require('./mermaidAPI.js');
|
||||
Reference in New Issue
Block a user