1
0
Fork 0
freesewing/markdown/dev/reference/api/settings/units/en.md
2022-02-19 08:04:25 +01:00

322 B

title
units

The units setting controls the units used on the pattern. It can be either metric (the default) or imperial.

Note that this is only used to format the output. Freesewing expects mm as input.

import Brian from "@freesewing/brian";

const pattern = new Brian({
  units: "imperial"
})