1
0
Fork 0
freesewing/markdown/dev/reference/api/settings/measurements/en.md

20 lines
346 B
Markdown
Raw Normal View History

---
title: measurements
---
2021-12-28 21:07:45 +01:00
The `measurements` settings should hold and object with the
measurements to draft the pattern for.
The pattern configuration lists all required measurements.
```js
2021-12-28 21:07:45 +01:00
import Brian from "@freesewing/brian";
2021-12-28 21:07:45 +01:00
const pattern = new Brian({
measurements: {
chestCircumference: 1080
shoulderSlope: 55
}
})
```