zrender

v5.3.1
A lightweight graphic library providing 2d draw for Apache ECharts
canvas svg 2d html5 vector-graphics

lint

npx eslint src/**/*.ts

test

npx jest --config test/ut/jest.config.js

build

npm run build:bundle && npm run build:lib

release

node build/build.js --minify && npm run build:lib

build:lib

npx tsc -m ES2015 --outDir lib && node build/processLib.js

watch:lib

npx tsc-watch -m ES2015 --outDir lib --synchronousWatchDirectory --onSuccess "node build/processLib.js"

prepublish

npm run release

build:bundle

node build/build.js

watch:bundle

node build/build.js --watch

prepare:nightly

node build/prepareNightly.js

prepare:nightly-next

node build/prepareNightly.js --next

Metadata

Downloads