Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
* merged PR #38
* updated documentation
* updated flow types
* bump version number
* fix formatting (trailing comma)
  • Loading branch information
rendro committed Oct 20, 2017
1 parent f57b482 commit c6e5fc0
Show file tree
Hide file tree
Showing 5 changed files with 5,535 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Expand Up @@ -67,6 +67,7 @@ type TEffect = {
lighten: number, // float between 0 and 1, default: 0
viewfinder: false | string, // string must be URL, default: false
sepia: boolean, // default: false
gray: boolean, // default: false
brightness: number, // float between -1 and 1, default: 0
contrast: number, // float between -1 and 1, default: 0
};
Expand Down Expand Up @@ -122,6 +123,9 @@ Higher performance when canvas blend modes are supported [caniuse.com/#feat=canv

## Changelog

### 2.2.0
* Added true grayscale effect (Thanks @bjornbos for PR #38)

### 2.1.0
* Add support for strings (URI or base64 encoded data-uri) as a source

Expand Down

0 comments on commit c6e5fc0

Please sign in to comment.