18 lines
274 B
Markdown
18 lines
274 B
Markdown
![]() |
---
|
||
|
title: measurements
|
||
|
---
|
||
|
|
||
|
The measurements to draft for. The pattern configuration lists all required measurements.
|
||
|
|
||
|
```js
|
||
|
import brian from "@freesewing/brian";
|
||
|
|
||
|
let pattern = new brian({
|
||
|
measurements: {
|
||
|
chestCircumference: 1080
|
||
|
shoulderSlope: 55
|
||
|
}
|
||
|
})
|
||
|
```
|
||
|
|