18 lines
268 B
Markdown
18 lines
268 B
Markdown
---
|
|
title: options
|
|
---
|
|
|
|
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>
|
|
|