mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 03:04:07 +01:00
Fix for issue #204, added width option to the CLI. Default value for width is 1200.
Added logger using es6 syntax
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/**
|
||||
* Created by knut on 14-11-23.
|
||||
*/
|
||||
import * as Log from './logger';
|
||||
var log = Log.create();
|
||||
import * as Logger from './logger';
|
||||
var log = new Logger.Log();
|
||||
|
||||
/**
|
||||
* @function detectType
|
||||
|
||||
Reference in New Issue
Block a user