UNPKG

tinypng-uploader

Version:
11 lines (9 loc) 486 B
# 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.