NicolasN

I implemented server-side compression in one of my projects using the `sharp` NPM module. You need t

I implemented server-side compression in one of my projects using the
sharp
NPM module. You need to run it in a Node action and mark
sharp
as an external package (https://docs.convex.dev/functions/bundling#specifying-external-packages)
Bundling is the process of gathering, optimizing and transpiling the JS/TS
Bundling | Convex Developer Hub
Was this page helpful?