1.1.5 • Published 3 days ago

@rozelin/matter-ts v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 days ago

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-ts

Type 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.5

3 days ago

1.1.4

7 days ago

1.1.3

11 days ago

1.1.2

12 days ago

1.1.1

14 days ago

1.1.0

14 days ago

1.0.6

20 days ago

1.0.2

24 days ago

1.0.1

24 days ago

1.0.5

24 days ago

1.0.4

24 days ago

1.0.3

24 days ago

1.0.0

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.0

8 months ago