Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Compatibility
  • Loading branch information
WangYuLue authored Apr 27, 2020
1 parent ee59aa5 commit 9b2c435
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,10 @@ Load the required Image object through the image url.
#### Returns:
Promise that contains Image object.

## Compatibility

image-conversion depend native `Promise` and `Fetch` function, Therefore IE 11 is not supported. Other old browser version,check [Promise](https://caniuse.com/#search=Promise) and [fetch](https://caniuse.com/#search=fetch) support.

## License

[MIT](http://opensource.org/licenses/MIT)

0 comments on commit 9b2c435

Please sign in to comment.