1
0
Fork 0
freesewing/markdown/dev/reference/settings/units/en.md
2021-10-17 18:26:00 +02:00

242 B

title
units

Either metric (the default) or imperial.

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

import brian from "@freesewing/brian";

let pattern = new brian({
  units: "imperial"
})