Are there any plans to write a javascript implementation of PlantUML in javascript?
I'm looking for a way to generate diagrams on the client side for use in markdown pages, without requireing a server-side tool. Like https://knsv.github.io/mermaid/, but it has currently only a few diagram types available.
Thanks.