williamtroup/JsonTree.js

Is a CDN for this one available?

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.
I'm building a PWA app which isn't served through express, purely client side. But it seems that the only available option here is through NPM

Describe the solution you'd like
Probably a CDN for the library would be a great addition

Describe alternatives you've considered
Nothing yet.

Additional context
Adding a script tag and link rel to css to the index.html is an instant solution

Hello,

I've just created two CDN links for you:

https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@1.1.1/dist/jsontree.min.js
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@1.1.1/dist/jsontree.js.min.css

I will update the documentation in the next version.

Thanks