litecanvas

v0.47.1
Lightweight HTML5 canvas engine suitable for small games and animations.
canvas 2d html5 gamedev game engine library framework

dev

esbuild src/web.js --bundle --watch --outfile=dist/dist.js --servedir=.

test

ava

build

node script/build.js

format

npx prettier -w src/* samples/* types/*

prepare

npm run build && npm run gzip-size

dev:test

ava --watch

gzip-size

gzip -c dist/dist.min.js | wc -c | xargs printf " Gzip size: %s bytes "

prepublishOnly

npm test

Metadata

  • MIT
  • Whatever
  • Luiz Bills
  • released 8/18/2024

Downloads

Maintainers