nicolaspanel / numjs

Like NumPy, in JavaScript
MIT License
2.39k stars 183 forks source link

Remove sharp and other native modules to keep this pure javascript #83

Open rom1504 opened 4 years ago

rom1504 commented 4 years ago

I think it would be so much better if this module could have the same level as functionnality as numpy and not try to handle image processing and other related topics. That would avoid any installation issues and make browser compatibility more natural. The image processing features could be extracted into another module depending on this. What do you think ?

My particular use case is computing dot products between matrix and vector and this would have been a perfect fit. I guess I'll have to find another way.

burakkarakus commented 3 years ago

Still having issues with sharp, any updates on that?

sina-masoud-ansari commented 3 years ago

Also having issues with sharp

grimmer0125 commented 2 years ago

I published a new package to remove the sharp and deasync native packages, https://www.npmjs.com/package/@d4c/numjs