8000 GitHub - yairm210/Mermaid-gif-maker: A small webpage for making GIFs of mermaid graphs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yairm210/Mermaid-gif-maker

Repository files navigation

Mermaid-gif-maker

A small webpage for making GIFs of mermaid graphs

Made with:

Uses a simple templating style to generate several similar frames from the same base text

  • Tempates start with {[ and end with ]}, to not conflict with Mermaid constructs.
  • Each part consists of the frame number, from which point on this applies
  • So for example, {[0 ~~~ |2 -.-> |3 --> ]} means "from frame 0, be ~~~; from frame 2, be -.->; from frame 3, be -->"

Examples

Database migration

graph TD
Source {[0 --> |4 ~~~ ]} OldDB
Source {[0 ~~~ |1 --> ]} NewDB{[0 :::invisible |1 ]}
OldDB{[0 |4 :::invisible ]} {[0 --> |3 -.-> |4 ~~~ ]} Destination
NewDB {[0 ~~~ |2 -.-> |3 --> ]} Destination

classDef invisible fill-opacity:0, stroke-opacity:0, color:#0000;

Database migration

Binary tree rotation

Binary tree rotation

About

A small webpage for making GIFs of mermaid graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0