p2-es

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

prepare

husky install

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

generate-docs

typedoc

test

jest

eslint

eslint .

eslint-fix

eslint --fix .

prettier

prettier --list-different .

prettier-fix

prettier --write .

Metadata

  • MIT
  • Whatever
  • Stefan Hedman
  • released 4/20/2022

Downloads