MaxSultan / img-compressor

3 stars 1 forks source link

Suggested v1.0 Roadmap #3

Open coolaj86 opened 3 years ago

coolaj86 commented 3 years ago

Use Cases

I have two use cases for this:

As such this needs to fulfill two purposes:

  1. Demo - show how all of the useful features can be accomplished, at all
  2. Library
    • Make it easy to reuse the resizing functionality
    • Make it easy to bind to dom elements
      • Ex: file input (and paste), document body (drag and drop), url input

Roadmap

MaxSultan commented 3 years ago

MVP.css added July 23rd

MaxSultan commented 3 years ago

Basic form for width, height, quality, and smoothing added July 25th

MaxSultan commented 3 years ago

Promisify blobToDataUrl completed August 3rd as a part of https://github.com/MaxSultan/img-compressor/pull/15

MaxSultan commented 3 years ago

Copy paste added August 6th in PR https://github.com/MaxSultan/img-compressor/pull/21

MaxSultan commented 3 years ago

NPM/unpkg library added on August 22nd in PR https://github.com/MaxSultan/img-compressor/pull/28 npm package can be viewed here: https://www.npmjs.com/package/front-end-min code for npm package can be viewed here: https://github.com/MaxSultan/front-end-min