tinypng-uploader
v0.0.2
Published
tinypng uploader
Downloads
3
Readme
TinyPNG-uploader
Tiny PNG uploader to bulk upload and replace existing image into recursive folder structure.
TODO
- [ ] read recursive folder name as terminal argument
- [ ] Find all images with supported file image extension (use config.IMAGE_EXTENSIONS)
- [ ] Validate image size(use config.IMAGE_SIZE), log error IF exceed.
- [ ] upload files using queue (use this variable to config.QUEUE_SIZE)
- [ ] download all files to respective file path.
- [ ] log error IF any occurs.