Skip to main content

Type Alias: LoomSettings

LoomSettings = object

Defined in: loom/types.ts:22

this keeps any user defined preferences associated with a given loom

Param

the type of loom to use for computations (currently only supporting jacquard, direct tieup/dobby looms, floor looms with shafts and treadles)

Param

the ends for unit length to use for calculations

Param

the picks for unit length to use for calculations

Param

the units to use for length, currently supports inches (1 inch), or centimeters (10cm)

Param

the number of frames the user has specified as the max for their loom

Param

the number of treadles the user has specified as the max for their loom or -1, if they have no limit

Properties

epi

epi: number

Defined in: loom/types.ts:24


frames

frames: number

Defined in: loom/types.ts:27


ppi

ppi: number

Defined in: loom/types.ts:25


treadles

treadles: number

Defined in: loom/types.ts:28


type

type: string

Defined in: loom/types.ts:23


units

units: "cm" | "in"

Defined in: loom/types.ts:26