396 B
396 B
title |
---|
options |
The options
setting allows you to specify the pattern-specific options
that have been implemented by the pattern designer.
The available options are listed in the pattern configuration.
import Brian from "@freesewing/brian";
const pattern = new Brian({
options: {
chestEase: 120
}
})
Unlike measurements, options come with defaults.