1
0
Fork 0
freesewing/packages/legend/src/styles.js
2020-05-31 17:53:04 +02:00

14 lines
325 B
JavaScript

export const fabricTypes = ['fabric', 'lining', 'canvas', 'interfacing', 'various']
export const lineTypes = ['note', 'mark', 'contrast', 'help']
export const lineWidths = [
'stroke-xs',
'stroke-sm',
'default',
'stroke-lg',
'stroke-xl',
'stroke-xxl'
]
export const lineStrokes = ['dotted', 'dashed', 'lashed']