2021-10-17 18:26:00 +02:00
|
|
|
---
|
|
|
|
title: options
|
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
The pattern options as specified in the pattern configuration.
|
|
|
|
|
|
|
|
```js
|
|
|
|
import brian from "@freesewing/brian";
|
|
|
|
|
|
|
|
let pattern = new brian({
|
|
|
|
options: {
|
|
|
|
chestEase: 120
|
|
|
|
}
|
|
|
|
})
|
|
|
|
```
|
|
|
|
|
|
|
|
<Note>Unlike measurements, options come with defaults.</Note>
|
2021-10-17 18:26:00 +02:00
|
|
|
|