--- title: options --- The pattern options as specified in the pattern configuration. ```js import brian from "@freesewing/brian"; let pattern = new brian({ options: { chestEase: 120 } }) ``` Unlike measurements, options come with defaults.