2023-09-16 10:32:55 +02:00
|
|
|
import { frontFacing as carltonFrontFacing } from '@freesewing/carlton'
|
|
|
|
|
|
|
|
export const frontFacing = {
|
|
|
|
name: 'carlita.frontFacing',
|
|
|
|
from: carltonFrontFacing,
|
2023-09-16 10:58:28 +02:00
|
|
|
draft: ({ points, macro, part }) => {
|
|
|
|
macro('title', {
|
|
|
|
at: points.title,
|
|
|
|
nr: '1c',
|
|
|
|
title: 'frontFacing',
|
|
|
|
align: 'center',
|
|
|
|
})
|
|
|
|
|
|
|
|
return part
|
|
|
|
},
|
2023-09-16 10:32:55 +02:00
|
|
|
hide: {
|
|
|
|
from: true,
|
|
|
|
inherited: true,
|
|
|
|
},
|
|
|
|
}
|