From c36c8b7da9dc0b3b133cf95a37fb0b30d6c7f43b Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Mon, 14 Sep 2020 09:47:46 -0500 Subject: [PATCH] update browsers support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05b59d62..7f2fea98 100644 --- a/README.md +++ b/README.md @@ -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