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

15 lines
242 B
Markdown

---
title: units
---
Either `metric` (the default) or `imperial`.
Note that this is only used to format the output. Freesewing expects mm.
```js
import brian from "@freesewing/brian";
let pattern = new brian({
units: "imperial"
})
```