-
Notifications
You must be signed in to change notification settings - Fork 676
VexFlow Class Diagrams
Ron B. Yeh edited this page Feb 3, 2022
·
4 revisions
brew install graphviz imagemagick ghostscript
cd tools
./dependency_graph.rb --dependencies | dot -Tpdf -o dependencies_graph.pdf
./dependency_graph.rb --inheritance | dot -Tpdf -o inheritance_graph.pdf
convert -density 300 dependencies_graph.pdf -background "#FFFFFF" -flatten -resize 25% vexflow_dependencies_graph.png
convert -density 300 inheritance_graph.pdf -background "#FFFFFF" -flatten -resize 25% vexflow_inheritance_graph.png
Generated 2020-04-08: https://imgur.com/a/gBR1RLj
[ VexFlow.com ] [ API ] [ GitHub Repo ] [ Contributors ]