konva

v4.0.15
<p align="center"> <img src="https://raw.githubusercontent.com/konvajs/konvajs.github.io/master/apple-touch-icon-180x180.png" alt="Konva logo" height="180" /> </p>
canvas animations graphic html5

tsc

tsc -d --declarationDir ./types --removeComments --module CommonJS || echo "tsc faild for some file(s)."

lint

gulp lint

test

node ./test/import-test.js && mocha-headless-chrome -f ./test/runner.html -a disable-web-security && npm run test:types

build

npm run compile && gulp build

clean

rm -rf ./lib && rm -rf ./types

start

npm run watch & gulp

watch

rollup -c -w

rollup

rollup -c

compile

npm run clean && npm run tsc && cp ./src/index-types.d.ts ./types && npm run rollup

prettier

prettier --write "src/**/*.js" "test/**/*.js" --single-quote

full-build

npm run build && npm t

test:types

tsc -p ./test/ --noEmit

Metadata

  • MIT
  • Whatever
  • Anton Lavrenov
  • released 10/15/2019

Downloads

Maintainers