manip
Proof of concept to do the full cycle of local image manipulation to direct upload to S3.
- Pick local files
- Turns them into canvas objects
- Demonstrates manipulation of canvas
- Turns canvas items into blobs
- Gets signed URL via siggy microservice
- Uploads file directly to S3 or S3 compatible server.
Note
The example code uses native promises for convenience but could use polyfill instead