ernestognw / solidity-mermaid

A Solidity AST processor for transpiling Solidity smart contracts into Github's Mermaid.js language for diagramming.
https://www.npmjs.com/package/solidity-mermaid
MIT License
26 stars 0 forks source link

Add configurable `Settings` #17

Open ernestognw opened 1 year ago

ernestognw commented 1 year ago

Description

Since the diagram of a complex contract might be overwhelming to read and explorer, it should have a settings manager so we can do live configurable diagrams. A few ideas:

This idea is from @frangio