1
0
Fork 0
freesewing/markdown/dev/reference/api/config/options/deg/en.md
Joost De Cock 249f2600e5 chore: More linting
@nicholasdower is smarter than me. What's missing was the
`listItemIndent` setting
2022-02-20 14:44:38 +01:00

546 B

title
degrees

For angles, use a degree option.

Structure

Your degree option should be a plain object with these properties:

Example

options: {
  collarAngle: { 
    deg:  85, 
    min:  60 
    max: 130 
  }
}