Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
917 stars 176 forks source link

Refactor to use javascript isolation #428

Open SebastianWachsmuth opened 3 months ago

SebastianWachsmuth commented 3 months ago

Add support for javascript isolation.

Using that method the user no longer has to include

<body>
    <!-- ... -->
    <script src="_content/Z.Blazor.Diagrams/script.min.js"></script>
</body>