Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 381 Bytes

File metadata and controls

15 lines (10 loc) · 381 Bytes

This is a forked esm, flatbundled version of https://github.com/schteppe/cannon.js for easier handling in module environments and tree shaking. Visit the original project for documentations and examples.

yarn add cannon-es
import { World } from 'cannon-es'

// ...

TO DO:

  • Finish TS conversion
  • Revisit math/Transform.ts types
  • Standardize JSDoc comments