2023-09-24 19:07:16 +02:00
|
|
|
import { cloudflareImageUrl } from 'shared/utils.mjs'
|
|
|
|
|
|
|
|
export const designExamples = {
|
|
|
|
aaron: 'showcase-tight-aaron',
|
|
|
|
albert: 'showcase-albert-by-wouter',
|
|
|
|
bee: 'd0312c99-7b2f-4e37-c131-d626d34cd300',
|
|
|
|
bella: 'showcase-bella-by-karen',
|
|
|
|
benjamin: 'showcase-benjamin-by-anto',
|
|
|
|
bent: 'showcase-linnen-jaeger-by-paul',
|
|
|
|
bob: 'showcase-bob-bibs-by-duck',
|
|
|
|
breanna: 'showcase-magicantace-breanna-sandy',
|
2023-11-01 13:42:03 +01:00
|
|
|
brian: 'showcase-brian-by-stefan-1',
|
2023-09-24 19:07:16 +02:00
|
|
|
bruce: 'showcase-nsfw-bruce',
|
|
|
|
cathrin: 'showcase-green-cathrin',
|
|
|
|
carlton: 'showcase-carlton-by-boris',
|
|
|
|
carlita: 'showcase-quentin-carlita',
|
|
|
|
charlie: 'showcase-charlie-by-joost',
|
|
|
|
cornelius: 'showcase-cornelius-by-wouter',
|
|
|
|
diana: 'showcase-diana-by-deby',
|
|
|
|
florence: 'showcase-rowans-leaf-print-florence',
|
|
|
|
florent: 'showcase-florent-by-enno',
|
2023-11-01 13:42:03 +01:00
|
|
|
gozer: '80f22d09-e1fd-4e04-67f7-e58253c66200',
|
2023-09-24 19:07:16 +02:00
|
|
|
hi: 'showcase-hi-the-shark-has-our-hearts',
|
|
|
|
holmes: 'showcase-a-modified-holmes',
|
|
|
|
hortensia: 'showcase-hortensia-by-saber',
|
|
|
|
huey: 'showcase-anneke-huey',
|
|
|
|
hugo: 'showcase-husband-hugo',
|
|
|
|
jaeger: 'showcase-jaeger-by-roberta',
|
|
|
|
lucy: 'showcase-houseoflief-lucy',
|
|
|
|
lunetius: 'showcase-lunetius-the-lacerna',
|
|
|
|
noble: 'showcase-a-casual-test-of-noble',
|
|
|
|
octoplushy: 'showcase-meet-octoplushy',
|
2023-11-01 13:42:03 +01:00
|
|
|
onyx: 'showcase-onyx-full-body-unisuit',
|
|
|
|
otis: 'showcase-four-versions-of-otis-and-a-bonus-bob',
|
2023-09-24 19:07:16 +02:00
|
|
|
paco: 'showcase-paco-by-karen',
|
|
|
|
penelope: 'showcase-pregnant-lady-penelope',
|
|
|
|
sandy: 'showcase-sandy-by-anneke',
|
2023-11-01 13:42:03 +01:00
|
|
|
shelly: 'showcase-short-sleeve-shelly-rash-guard',
|
2023-09-24 19:07:16 +02:00
|
|
|
shin: 'showcase-just-peachy-shin-bee',
|
|
|
|
simon: 'showcase-simon-shirt-by-sewingdentist',
|
2023-11-01 13:42:03 +01:00
|
|
|
simone: 'showcase-simone-by-gaelle',
|
|
|
|
skully: 'showcase-3d-skully',
|
2023-09-24 19:07:16 +02:00
|
|
|
sven: 'showcase-french-terry-sven',
|
|
|
|
tamiko: 'showcase-a-tamiko-top',
|
|
|
|
teagan: 'showcase-teagan-karen',
|
|
|
|
tiberius: 'showcase-tiberius-the-tunica',
|
|
|
|
titan: 'showcase-a-mock-up-of-titan-with-the-fit-to-knee-option-enabled',
|
|
|
|
trayvon: 'showcase-liberty-trayvon',
|
|
|
|
uma: 'showcase-lower-rise-ursula',
|
|
|
|
wahid: 'showcase-sterling42-wahid',
|
|
|
|
walburga: 'showcase-walburga-the-wappenrock',
|
|
|
|
waralee: 'fde729f5-ea72-4af4-b798-331bbce04000',
|
|
|
|
yuri: 'showcase-yuri-by-its-designer',
|
|
|
|
}
|
|
|
|
|
|
|
|
export const designImages = {}
|
|
|
|
for (const [design, id] of Object.entries(designExamples))
|
|
|
|
designImages[design] = cloudflareImageUrl({ id, variant: 'sq500' })
|