This library is made for computation and in order to be use in web workers, a umd build would be great.
From unpkg docs :
Workflow
For npm package authors, unpkg relieves the burden of publishing your code to a CDN in addition to the npm registry. All you need to do is include your UMD build in your npm package (not your repo, that's different!).
You can do this easily using the following setup:
Add the umd (or dist) directory to your .gitignore file
Add the umd directory to your files array in package.json
Use a build script to generate your UMD build in the umd directory when you publish
That's it! Now when you npm publish you'll have a version available on unpkg as well.
Hello Can you add umd build ?
Why
This library is made for computation and in order to be use in web workers, a umd build would be great.
From unpkg docs :