ml
ml copied to clipboard
easy access on unpkg?
with main: 'dist/ml.min.js' in package.json I think we could use unpkg.com to load ml directly in the browser (?)
I don't know about unpkg.com. We make our own browser build and distribute it on https://www.lactame.com/lib/ml/
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:
- jsDelivr: https://cdn.jsdelivr.net/npm/[email protected]/lib/index.js
- unpkg: https://unpkg.com/[email protected]/lib/index.js
meanwhile in wzrd they do the build for you, making it more interesting for a single package import:
- wzrd: https://wzrd.in/standalone/ml-array-rescale@latest