mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 18:46:08 +08:00
update browsers support
This commit is contained in:
parent
4b69631782
commit
c36c8b7da9
@ -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.
|
||||
|
||||
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…
Reference in New Issue
Block a user