p2-es

v1.1.7
A JavaScript 2D physics engine.
p2.js p2 physics engine 2d

start

npx serve

prebuild

rimraf dist

build

npm run typegen && rollup -c

prepublishOnly

npm run build && npm run test

typecheck

tsc --noEmit --emitDeclarationOnly false --strict

typegen

tsc --outFile dist/p2-es.d.ts

test

jest

eslint

eslint .

eslint-fix

eslint --fix .

prettier

prettier --list-different .

prettier-fix

prettier --write .

Metadata

  • MIT
  • Whatever
  • Stefan Hedman
  • released 2/17/2023

Downloads