e2d

v4.0.0-rc.2
A declarative canvas renderer.
canvas 2d declarative graphics browser

build

rollup -c

build-all

npm run build && npm run minify && npm run compat && npm run compat-min

compat

babel dist/e2d.js > dist/e2d.compat.js

compat-min

minify dist/e2d.compat.js > dist/e2d.compat.min.js

dev-server

npm run watch | npm run sync-test-folder | npm run web-server

jscs

jscs src --fix

minify

minify dist/e2d.js > dist/e2d.min.js

prepublish

npm run jscs && npm run build-all

sync-test-folder

sync-glob -w 'dist/e2d.js' 'test/*' public/

watch

npm run watch-substep && watch -p "src/*.js" -c "npm run watch-substep"

watch-compat

watch -p "dist/e2d.js" -c "npm run compat"

watch-compat-min

watch -p "dist/e2d.compat.js" -c "npm run compat-min"

watch-substep

npm run build && npm run minify && npm run jscs

web-server

http-server -d false -c-1
npm i e2d

Metadata

  • MIT
  • Whatever
  • Joshua Tenner
  • released 10/18/2017

Downloads

Maintainers