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

548 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
})