plantuml / plantuml.js

PlantUML that runs completely on javascript without needing java/servers
https://plantuml.github.io/plantuml.js/
MIT License
188 stars 25 forks source link

Possibilities for Styling? #73

Closed grayfallstown closed 1 month ago

grayfallstown commented 1 month ago

I'm looking for an in-browser renderer for plantUML with styling options. I would love to use CSS for this. Something where I can change fonts, colors, border-radius, etc.

SVG was mentioned before, is this a planned feature? https://github.com/plantuml/plantuml.js/issues/4 #49

My Usecase is, that I use PlantUML for communication with ChatGPT while using it as a development copilot and want to build a browser extension that would render the PlantUML descriptions seamlessly in the browser.

grayfallstown commented 1 month ago

My plans changed