jquery.graphviz.svg icon indicating copy to clipboard operation
jquery.graphviz.svg copied to clipboard

Modernized rewrite of `jquery.graphviz.svg` on npm: github.com/pipefunc/graphvizsvg

Open basnijholt opened this issue 1 year ago • 1 comments

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.

basnijholt avatar Nov 22 '24 22:11 basnijholt