1
0
Fork 0
freesewing/markdown/dev/reference/settings/options/en.md
2021-10-17 18:26:00 +02:00

268 B

title
options

The pattern options as specified in the pattern configuration.

import brian from "@freesewing/brian";

let pattern = new brian({
  options: {
    chestEase: 120
  }
})

Unlike measurements, options come with defaults.