API reference

The API reference is generated from the published package entrypoints with TypeDoc. Start with the package page that matches the renderer or helper you are using.

Package

Public surface

@latkit/network

Network renderer, topology input, channels, events, and display options

@latkit/monitor

Monitor renderer, packed series input, readings, events, and display options

@latkit/gpu

Core WebGPU device acquisition, availability failures, and canvas presentation

@latkit/colormaps

Colormap names, labels, transfer functions, and CSS gradients

@latkit/model

Shared model primitives as they become public

Common entrypoints

  • createNetwork creates a network canvas controller.

  • Topology describes CPU-side graph data in the network package reference.

  • createMonitor creates a monitor canvas controller.

  • Series describes packed monitor samples in the monitor package reference.

  • requestDevice requests a native Core WebGPU device.

  • createPresentation configures a caller-owned canvas.

  • colormap returns a normalized color transfer function.