Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@buerli.io/headless

Package Overview
Dependencies
Maintainers
3
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buerli.io/headless

A non-manifold CAD workflow for the web

latest
npmnpm
Version
0.13.0
Version published
Maintainers
3
Created
Source

@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')
  // ...
})

FAQs

Package last updated on 26 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts