1
0
Fork 0
freesewing/markdown/dev/reference/api/settings/options/en.md
2021-12-28 21:07:45 +01:00

396 B

title
options

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.

import Brian from "@freesewing/brian";

const pattern = new Brian({
  options: {
    chestEase: 120
  }
})

Unlike measurements, options come with defaults.