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

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