I'm working on a very small project and thought I'd rig up a http action to generate thumbnails. It's behind a cdn and low traffic, so I'm not too concerned about workload. However, the only library that I've got to work is Jimp, which is exceptionally slow. Has anyone found an alternative? sharp and node-canvas both failed on install for me.
#Image resizing
5 messages · Page 1 of 1 (latest)
Thanks for posting in #1088161997662724167.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use [search.convex.dev](https://search.convex.dev) to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's #1228095053885476985 channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
I got sharp to work for me after a couple tries, it failed until I externalised the packages using convex.json and also put 'use-node' on top of the file where the action function was
refer here: https://docs.convex.dev/functions/runtimes#nodejs-runtime