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

342 B

title
measurements

The measurements settings should hold and object with the measurements to draft the pattern for. The pattern configuration lists all required measurements.

import Brian from "@freesewing/brian";

const pattern = new Brian({
  measurements: {
    chestCircumference: 1080
    shoulderSlope: 55
  }
})