carlita
This design is part of the FreeSewing collection
Named exports
Carlita: The design constructorabout: Metadata about the designback: The back part of the designbackStay: The backStay part of the designbelt: The belt part of the designchestPocketBag: The chestPocketBag part of the designchestPocketWelt: The chestPocketWelt part of the designcollar: The collar part of the designcollarStand: The collarStand part of the designcuffFacing: The cuffFacing part of the designfront: The front part of the designfrontFacing: The frontFacing part of the designfrontLining: The frontLining part of the designi18n: Internationalisation (i18n/translation) data for the designinnerPocketBag: The innerPocketBag part of the designinnerPocketTab: The innerPocketTab part of the designinnerPocketWelt: The innerPocketWelt part of the designpocket: The pocket part of the designpocketFlap: The pocketFlap part of the designpocketLining: The pocketLining part of the designside: The side part of the designtail: The tail part of the designtopsleeve: The topsleeve part of the designundersleeve: The undersleeve part of the design
Constructor
To create a new carlita Design, import the constructur as such:
import { Carlita } from '@freesewing/carlita'
Then you can instantiate it by passing a settings object:
const pattern = new Carlita(settings)
Design config
You can access the design configuration without instantiating a design.
It is available as the designConfig property of the design constructor:
import { Carlita } from '@freesewing/carlita'
// Access the design config from the constructor
const dConf = Carlita.designConfig
Pattern config
You can access the pattern configuration without instantiating a design.
It is available as the patternConfig property of the design constructor:
import { Carlita } from '@freesewing/carlita'
// Access the pattern config from the constructor
const pConf = Carlita.patternConfig
Metadata
You can access the design's metadata through the about named export:
import { about } from '@freesewing/carlita'
I18n
You can access the design's internationalization data through the i18n named export:
import { i18n } from '@freesewing/carlita'
Parts
back
The part itself
You can access this part as the back named export:
import { back } from '@freesewing/carlita'
backStay
The part itself
You can access this part as the backStay named export:
import { backStay } from '@freesewing/carlita'
belt
The part itself
You can access this part as the belt named export:
import { belt } from '@freesewing/carlita'
chestPocketBag
The part itself
You can access this part as the chestPocketBag named export:
import { chestPocketBag } from '@freesewing/carlita'
chestPocketWelt
The part itself
You can access this part as the chestPocketWelt named export:
import { chestPocketWelt } from '@freesewing/carlita'
collar
The part itself
You can access this part as the collar named export:
import { collar } from '@freesewing/carlita'
collarStand
The part itself
You can access this part as the collarStand named export:
import { collarStand } from '@freesewing/carlita'
cuffFacing
The part itself
You can access this part as the cuffFacing named export:
import { cuffFacing } from '@freesewing/carlita'
front
The part itself
You can access this part as the front named export:
import { front } from '@freesewing/carlita'
frontFacing
The part itself
You can access this part as the frontFacing named export:
import { frontFacing } from '@freesewing/carlita'
frontLining
The part itself
You can access this part as the frontLining named export:
import { frontLining } from '@freesewing/carlita'
innerPocketBag
The part itself
You can access this part as the innerPocketBag named export:
import { innerPocketBag } from '@freesewing/carlita'
innerPocketTab
The part itself
You can access this part as the innerPocketTab named export:
import { innerPocketTab } from '@freesewing/carlita'
innerPocketWelt
The part itself
You can access this part as the innerPocketWelt named export:
import { innerPocketWelt } from '@freesewing/carlita'
pocket
The part itself
You can access this part as the pocket named export:
import { pocket } from '@freesewing/carlita'
pocketFlap
The part itself
You can access this part as the pocketFlap named export:
import { pocketFlap } from '@freesewing/carlita'
pocketLining
The part itself
You can access this part as the pocketLining named export:
import { pocketLining } from '@freesewing/carlita'
side
The part itself
You can access this part as the side named export:
import { side } from '@freesewing/carlita'
tail
The part itself
You can access this part as the tail named export:
import { tail } from '@freesewing/carlita'
topsleeve
The part itself
You can access this part as the topsleeve named export:
import { topsleeve } from '@freesewing/carlita'
undersleeve
The part itself
You can access this part as the undersleeve named export:
import { undersleeve } from '@freesewing/carlita'