Skip to content

Still maintained - new major version possible?Β #9

@daKmoR

Description

@daKmoR

mermaid changed quite a lot... cli package has move to a separate package https://github.com/mermaid-js/mermaid-cli

also it seems now possible to use mermaid directly by passing a string without the cli? πŸ€”

mermaidAPI.initialize({
     startOnLoad:true
 });
 $(function(){
     const graphDefinition = 'graph TB\na-->b';
     const cb = function(svgGraph){
         console.log(svgGraph);
     };
     mermaidAPI.render('id1',graphDefinition,cb);
 });

☝️ http://mermaid-js.github.io/mermaid/#/mermaidAPI?id=render

we could work on a "update/rewrite" and publish it as a new major version?

would you accept such a "huge" change... or shell we publish under a different name? πŸ˜…

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions