1
0
Fork 0
freesewing/markdown/dev/reference/api/settings/complete/en.md
2022-02-19 08:04:25 +01:00

546 B

title
complete

The complete setting controls the level of details that's included on your pattern. This has different uses, such as generating patterns to be cut out with a laser cutter.

The default complete setting is true. Set this to false to draft a base outline of the pattern, rather than a fully detailed pattern.

Setting this to `false` will force [sa](/reference/api/settings/sa) to be set to `false`.
import Brian from "@freesewing/brian";

const pattern = new Brian({
  complete: false
})