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

332 B

title
only

The only setting allows you to specify one or more parts to draft/render, rather than the entire pattern.

It accepts either a single part name as a string, or an array of one or more part names.

import Brian from "@freesewing/brian";

const pattern = new Brian({
  only: ["front", "sleeve"]
})