konvajs / konva-devtool

Browser devtools extension for debugging Konva.js applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

konva-devtool

Browser devtools extension for debugging Konva.js applications.

usage

You can load the devtools directory as an unpacked extension.

  1. First, you need to clone the project.
git clone git@github.com:konvajs/konva-devtool.git
  1. At the top right, click More Tools.
  2. On the right, click Extensions.
  3. On the left, click load unpacked.
  4. Select the devtools directory of the konva-devtool project

Then, you can open inspect, select konva dev tool, and you can see the following effect.

screen

webstore

Now, you can go to the Chrome Store and install it.

Konva Dev Tool

notice

Preview depends on the .konvajs-content element, if you override this element's className, you need to implement window.__canvas_root__.

About

Browser devtools extension for debugging Konva.js applications.

License:MIT License


Languages

Language:JavaScript 99.8%Language:HTML 0.2%