update browsers support

This commit is contained in:
Anton Lavrenov 2020-09-14 09:47:46 -05:00
parent 4b69631782
commit c36c8b7da9

View File

@ -65,7 +65,7 @@ This repository began as a GitHub fork of [ericdrowell/KineticJS](https://github
Konva works in all modern mobile and desktop browsers. A browser need to be capable to run javascript code from ES2015 spec. For older browsers you may need polyfills for missing functions. Konva works in all modern mobile and desktop browsers. A browser need to be capable to run javascript code from ES2015 spec. For older browsers you may need polyfills for missing functions.
At the current moment `Konva` doesn't work in IE11 directly. To make it work you just need to provide some polyfills such as `Array.prototype.find`, `String.prototype.trimLeft` and `String.prototype.trimRight`. At the current moment `Konva` doesn't work in IE11 directly. To make it work you just need to provide some polyfills such as `Array.prototype.find`, `String.prototype.trimLeft`, `String.prototype.trimRight`, `Array.from`.
# Loading and installing Konva # Loading and installing Konva