Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 367 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 367 Bytes

Zrender Devtools

Devtools for Zrender help you to debug your Zrender code.

screenshot

Install

npm install zrender-devtools

Usage

import { init } from 'zrender';
import { createDevtools } from 'zrender-devtools';

const zr = init('root')

createDevtools(zr).mount('#wrapper')