Trim simple/transparent space from around images
https://github.com/robzwolf/trimmer.git
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