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

22 lines
396 B
Markdown
Raw Normal View History

---
title: options
---
2021-12-28 21:07:45 +01:00
The `options` setting allows you to specify the pattern-specific options
that have been implemented by the pattern designer.
The available options are listed in the pattern configuration.
```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({
options: {
chestEase: 120
}
})
```
<Note>Unlike measurements, options come with defaults.</Note>