@buerli.io/headless
TypeScript icon, indicating that this package has built-in type declarations

0.11.0 • Public • Published

@buerli.io/headless

Usage information and reference details can be found in the buerli documentation

@buerli.io/headless is completely implemented in Typescript and accordingly offers documented types for all interfaces.

Install

npm install @buerli.io/headless
yarn add @buerli.io/headless

Usage

import { history } from '@buerli.io/headless'
import { init, SocketIOClient } from '@buerli.io/classcad'

init(id => return new SocketIOClient('ws://localhost:9091', id))
const history = new history()
instance.init(api => {
  const part = await api.createPart('Part')
  // ...
})

Readme

Keywords

none

Package Sidebar

Install

npm i @buerli.io/headless

Weekly Downloads

9

Version

0.11.0

License

ISC

Unpacked Size

417 kB

Total Files

18

Last publish

Collaborators

  • dm385
  • drcmda
  • awv-build