Trim images using the sharp().trim function.
Hosted at https://trim.robbie.dev
https://trim.robbie.dev/api/trim
Send a POST
request of form-data
with key image
and value the binary contents of the file you want to trim.
curl --location --request POST 'https://trim.robbie.dev/api/trim' \
--form 'image=@"/path/to/image.png"'
npm install
# If Vercel CLI is installed
vercel dev
# If Vercel CLI is not installed
npm run dev
npm install
npm run dev
Loosely based on this tutorial.
https://betterprogramming.pub/upload-files-to-next-js-with-api-routes-839ce9f28430