You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for building this tool. I'm evaluating it for a client.
I browsed the repository to figure out how the charting is done, and found the JS bundle file, main.62427c30.js, but no source for it. I am suspicious about launching a giant blob of JS on my client's sensitive site with no visibility into what it does. It would be great if the source were provided.
Furthermore, there's no info on the underlying charting library. The bundle file starts with:
/*! For license information please see main.62427c30.js.LICENSE.txt */
…but that file is missing.
It looks like drawio is the library, which has a CC BY 4.0 license, meaning there must be a named link to Draw.io visible.
Thank you!
The text was updated successfully, but these errors were encountered:
@adamchainz Thank you for your interest in the project!
I don't plan to open source of js-bundle in the near future.
js-bundle is based on open source libraries.
The bundle contains an xml-template for generating a diagram file that can be opened in draw.io.
If you don't open source the js-bundle and offer It as a blob, then the project can't be published with MIT license. I think It should be generated from source code files at install time.
Hi!
Thanks for building this tool. I'm evaluating it for a client.
I browsed the repository to figure out how the charting is done, and found the JS bundle file,
main.62427c30.js
, but no source for it. I am suspicious about launching a giant blob of JS on my client's sensitive site with no visibility into what it does. It would be great if the source were provided.Furthermore, there's no info on the underlying charting library. The bundle file starts with:
/*! For license information please see main.62427c30.js.LICENSE.txt */
…but that file is missing.
It looks like drawio is the library, which has a CC BY 4.0 license, meaning there must be a named link to Draw.io visible.
Thank you!
The text was updated successfully, but these errors were encountered: