1
0
Fork 0
freesewing/markdown/dev/reference/api/settings/only/en.md
2021-12-27 17:33:49 +01:00

278 B

title
only

Allows you to specify one or more parts to draft/render, rather than the entire pattern.

Accepts a part name as string, or an array of part names.

import brian from "@freesewing/brian";

let pattern = new brian({
  only: ["front", "sleeve"]
})