jquery.graphviz.svg
jquery.graphviz.svg copied to clipboard
Modernized rewrite of `jquery.graphviz.svg` on npm: github.com/pipefunc/graphvizsvg
Hi @mountainstorm and anyone else that finds this issue,
I've created a modernized rewrite of jquery.graphviz.svg that's now available on npm as graphvizsvg and here on GitHub.
The main improvements are:
- Modern ESM module packaging
- TypeScript support
- Comprehensive test coverage
- Bootstrap 4.6+ tooltip support
- No jQuery UI dependency
- Available through npm
The project maintains feature parity with the original, except for the zooming feature which has been removed for simplicity.
You can find it at:
- npm: https://www.npmjs.com/package/graphvizsvg
- GitHub: https://github.com/pipefunc/graphvizsvg
I wanted to let you know since this project builds upon your excellent work, and to make it easier for others to find a maintained version. Thank you for creating the original library that made this possible.
For context, I needed an ESM compatible version to create https://github.com/pipefunc/graphviz-anywidget.