1
0
Fork 0
freesewing/markdown/dev/reference/api/settings/options/en.md
2021-12-27 17:33:49 +01: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.