1.1.7 • Published 1 year ago
@rozelin/matter-ts v1.1.7
Matter.ts
This library is a TypeScript adaptation of Matter.js. The main usage is the same as Matter.js. See the README of Matter.js for details.
You can also see TypeDoc
install
npm install @rozelin/matter-tsType Declaration Usage
If you want to import and use interface definitions, etc., you can write as follows.
import Matter, { Body } from '@rozelin/matter-ts'
const body: Body.IBody = Matter.Body.create()or
import * as MatterTypes from '@rozelin/matter-ts'
const Matter = MatterTypes.default
const body: MatterTypes.Body.IBody = Matter.Body.create()1.1.7
1 year ago
1.1.6
1 year ago
1.1.5
1 year ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.6
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.0
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.0
2 years ago