UNPKG

@wandelbots/wandelbots-js-react-components

Version:

React UI toolkit for building applications on top of the Wandelbots platform

4 lines (2 loc) 107 B
export type AxisConfig = number[] export const defaultAxisConfig: AxisConfig = Array(6).fill(2 * Math.PI)