-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish jtflib to CDN? #3
Comments
Do you have a suggestion as to where? |
These services come to mind: |
jsdelivr is good, we can also think about cdnjs https://cdnjs.com/about. They have a good market share and userbase. |
Do you mean to reuse it in the browser? |
Yes, that was my idea. Currently, you have to build the library using npm and browserify and it would be easier if you could access the library from a CDN. |
So what we need to do is make a browserify (or webpack) build and put the resulting bundle on GitHub or npm because jsdelivr and unpkg already serve those files anyway (unpkg only for npm). |
I believe so |
Would it be possible to provide a version of your library on a public CDN?
This would simplify reusage of the library to validate ATF and to convert ATF to JTF and vice versa
The text was updated successfully, but these errors were encountered: