@rozelin/matter-tools
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Matter Tools

This library is a TypeScript adaptation of Matter Tools. The main usage is the same as Matter Tools. See the README of Matter Tools for details.

install

npm install @rozelin/matter-tools

Type Declaration Usage

If you want to import and use interface definitions, etc., you can write as follows.

import MatterTools, { Gui } from '@rozelin/matter-tools'

const Gui: Gui.IGui = MatterTools.Gui.create()

or

import * as MatterToolsTypes from '@rozelin/matter-ts'
const MatterTools = MatterToolsTypes.default

const Gui: MatterToolsTypes.Gui.IGui = MatterTools.Gui.create()

Package Sidebar

Install

npm i @rozelin/matter-tools

Weekly Downloads

12

Version

1.0.2

License

MIT

Unpacked Size

1.47 MB

Total Files

24

Last publish

Collaborators

  • rozelin