1
0
Fork 0
freesewing/sites/shared/components/designs/linedrawings/index.mjs
2024-05-13 19:54:18 +00:00

163 lines
5.1 KiB
JavaScript

import { Aaron, AaronFront, AaronBack } from 'shared/components/designs/linedrawings/aaron.mjs'
import { Albert, AlbertFront } from 'shared/components/designs/linedrawings/albert.mjs'
import { Bella, BellaFront, BellaBack } from 'shared/components/designs/linedrawings/bella.mjs'
import { Benjamin, BenjaminFront } from 'shared/components/designs/linedrawings/benjamin.mjs'
import { Bent, BentFront, BentBack } from 'shared/components/designs/linedrawings/bent.mjs'
import { Bob, BobFront, BobBack } from 'shared/components/designs/linedrawings/bob.mjs'
import {
Breanna,
BreannaFront,
BreannaBack,
} from 'shared/components/designs/linedrawings/breanna.mjs'
import { Brian, BrianFront, BrianBack } from 'shared/components/designs/linedrawings/brian.mjs'
import { Bruce, BruceFront, BruceBack } from 'shared/components/designs/linedrawings/bruce.mjs'
import {
Carlita,
CarlitaFront,
CarlitaBack,
} from 'shared/components/designs/linedrawings/carlita.mjs'
import {
Carlton,
CarltonFront,
CarltonBack,
} from 'shared/components/designs/linedrawings/carlton.mjs'
import {
Cathrin,
CathrinFront,
CathrinBack,
} from 'shared/components/designs/linedrawings/cathrin.mjs'
import {
Charlie,
CharlieFront,
CharlieBack,
} from 'shared/components/designs/linedrawings/charlie.mjs'
import {
Cornelius,
CorneliusFront,
CorneliusBack,
} from 'shared/components/designs/linedrawings/cornelius.mjs'
import { Diana, DianaFront, DianaBack } from 'shared/components/designs/linedrawings/diana.mjs'
import { Florence, FlorenceFront } from 'shared/components/designs/linedrawings/florence.mjs'
import { Florent, FlorentFront } from 'shared/components/designs/linedrawings/florent.mjs'
import { Gozer, GozerFront, GozerBack } from 'shared/components/designs/linedrawings/gozer.mjs'
import { Hi, HiFront } from 'shared/components/designs/linedrawings/hi.mjs'
import { Holmes, HolmesFront } from 'shared/components/designs/linedrawings/holmes.mjs'
import { Hugo, HugoFront, HugoBack } from 'shared/components/designs/linedrawings/hugo.mjs'
import { Huey, HueyFront, HueyBack } from 'shared/components/designs/linedrawings/huey.mjs'
import { Lucy, LucyFront } from 'shared/components/designs/linedrawings/lucy.mjs'
import { Lumina, LuminaFront, LuminaBack } from 'shared/components/designs/linedrawings/lumina.mjs'
import { Lumira, LumiraFront, LumiraBack } from 'shared/components/designs/linedrawings/lumira.mjs'
import { Lunetius, LunetiusFront } from 'shared/components/designs/linedrawings/lunetius.mjs'
import { Noble, NobleFront, NobleBack } from 'shared/components/designs/linedrawings/noble.mjs'
import { Hortensia, HortensiaFront } from 'shared/components/designs/linedrawings/hortensia.mjs'
import { Simon, SimonFront, SimonBack } from 'shared/components/designs/linedrawings/simon.mjs'
import { Uma, UmaFront, UmaBack } from 'shared/components/designs/linedrawings/uma.mjs'
import { Umbra, UmbraFront, UmbraBack } from 'shared/components/designs/linedrawings/umbra.mjs'
import { Wahid, WahidFront, WahidBack } from 'shared/components/designs/linedrawings/wahid.mjs'
import { Bee, BeeFront } from 'shared/components/designs/linedrawings/bee.mjs'
import {
Tristan,
TristanFront,
TristanBack,
} from 'shared/components/designs/linedrawings/tristan.mjs'
export const lineDrawingsFront = {
aaron: AaronFront,
albert: AlbertFront,
bee: BeeFront,
bella: BellaFront,
benjamin: BenjaminFront,
bent: BentFront,
bob: BobFront,
breanna: BreannaFront,
brian: BrianFront,
bruce: BruceFront,
carlita: CarlitaFront,
carlton: CarltonFront,
cathrin: CathrinFront,
charlie: CharlieFront,
cornelius: CorneliusFront,
diana: DianaFront,
florence: FlorenceFront,
florent: FlorentFront,
gozer: GozerFront,
hi: HiFront,
holmes: HolmesFront,
huey: HueyFront,
hugo: HugoFront,
lucy: LucyFront,
lumina: LuminaFront,
lumira: LumiraFront,
lunetius: LunetiusFront,
noble: NobleFront,
hortensia: HortensiaFront,
simon: SimonFront,
tristan: TristanFront,
uma: UmaFront,
umbra: UmbraFront,
wahid: WahidFront,
}
export const lineDrawingsBack = {
aaron: AaronBack,
bella: BellaBack,
bent: BentBack,
bob: BobBack,
breanna: BreannaBack,
brian: BrianBack,
bruce: BruceBack,
carlita: CarlitaBack,
carlton: CarltonBack,
cathrin: CathrinBack,
charlie: CharlieBack,
cornelius: CorneliusBack,
diana: DianaBack,
gozer: GozerBack,
huey: HueyBack,
hugo: HugoBack,
lumina: LuminaBack,
lumira: LumiraBack,
noble: NobleBack,
simon: SimonBack,
tristan: TristanBack,
uma: UmaBack,
umbra: UmbraBack,
wahid: WahidBack,
}
export const lineDrawings = {
aaron: Aaron,
albert: Albert,
bee: Bee,
bella: Bella,
benjamin: Benjamin,
bent: Bent,
bob: Bob,
breanna: Breanna,
brian: Brian,
bruce: Bruce,
carlita: Carlita,
carlton: Carlton,
cathrin: Cathrin,
charlie: Charlie,
cornelius: Cornelius,
diana: Diana,
florence: Florence,
florent: Florent,
gozer: Gozer,
hi: Hi,
holmes: Holmes,
huey: Huey,
hugo: Hugo,
lucy: Lucy,
lumina: Lumina,
lumira: Lumira,
lunetius: Lunetius,
noble: Noble,
hortensia: Hortensia,
simon: Simon,
tristan: Tristan,
uma: Uma,
umbra: Umbra,
wahid: Wahid,
}