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

554 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 
  }
}