feathersjs-ecosystem / feathers-blob

Feathers service for blob storage, like S3.
http://feathersjs.com
MIT License
92 stars 32 forks source link

How to resize an image before create it ? #35

Closed ghost closed 6 years ago

ghost commented 6 years ago

Expected behavior

I want to resize image before create it and create two versions of my image (resized and original).

System configuration

feathers-blob :"^1.3.1" NodeJS version:v8.4.0 React Native Version:"0.52.0"

daffl commented 6 years ago

This part of the guide shows how to integrate multer. Here is a tutorial how to resize an image before uploading it with multer. In general, anything showing how to upload and resize files in Express should work for Feathers as well.

ghost commented 6 years ago

@daffl Thank you very much for your reply.

claustres commented 6 years ago

I think the issue has been answered, please reopen if required.