2021-10-17 18:26:00 +02:00
|
|
|
---
|
|
|
|
title: measurements
|
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
})
|
|
|
|
```
|
2021-10-17 18:26:00 +02:00
|
|
|
|