Skip to content

Commit

Permalink
Merge pull request #1770 from tacman/patch-1
Browse files Browse the repository at this point in the history
add link to konva-dev
  • Loading branch information
lavrton committed Jun 4, 2024
2 parents cb0cbbf + b54f388 commit af13fc2
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 @@ -64,6 +64,10 @@ Konva works in all modern mobile and desktop browsers. A browser need to be capa

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`.

# Debugging

The Chrome inspector simply shows the canvas element. To see the Konva objects and their details, install the konva-dev extension at https://github.com/konvajs/konva-devtool.

# Loading and installing Konva

Konva supports UMD loading. So you can use all possible variants to load the framework into your project:
Expand Down

0 comments on commit af13fc2

Please sign in to comment.