ml icon indicating copy to clipboard operation
ml copied to clipboard

easy access on unpkg?

Open Fil opened this issue 8 years ago • 3 comments

with main: 'dist/ml.min.js' in package.json I think we could use unpkg.com to load ml directly in the browser (?)

Fil avatar Jul 21 '17 09:07 Fil

I don't know about unpkg.com. We make our own browser build and distribute it on https://www.lactame.com/lib/ml/

targos avatar Jul 21 '17 12:07 targos

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

MartinKolarik avatar Jul 21 '17 12:07 MartinKolarik

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:

  • wzrd: https://wzrd.in/standalone/ml-array-rescale@latest

maasencioh avatar Aug 08 '17 09:08 maasencioh