We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
with main: 'dist/ml.min.js' in package.json I think we could use unpkg.com to load ml directly in the browser (?)
main: 'dist/ml.min.js'
package.json
The text was updated successfully, but these errors were encountered:
I don't know about unpkg.com. We make our own browser build and distribute it on https://www.lactame.com/lib/ml/
Sorry, something went wrong.
jsDelivr can also serve releases from GitHub: https://cdn.jsdelivr.net/gh/mljs/[email protected]/ https://cdn.jsdelivr.net/gh/mljs/[email protected]/dist/ml.min.js
note: for single package import any of this options will work if the builded file is not added to the npm package:
meanwhile in wzrd they do the build for you, making it more interesting for a single package import:
No branches or pull requests
with
main: 'dist/ml.min.js'
inpackage.json
I think we could use unpkg.com to load ml directly in the browser (?)The text was updated successfully, but these errors were encountered: