TechStark / opencv-js

OpenCV JavaScript version for node.js or browser
Apache License 2.0
353 stars 31 forks source link

Reduce the size of the dependency #70

Open ieleg opened 1 week ago

ieleg commented 1 week ago

I am using version 4.9.0-release.3 in a browser environment with Vite bundling. There is a base64 file in the browser network that is almost 7.5MB in size and has the format octet-stream. How can I reduce the size of the dependency? image