1
0
Fork 0
freesewing/sites/shared/components/designs/examples.mjs
2023-11-01 13:42:03 +01:00

58 lines
2.3 KiB
JavaScript

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',
brian: 'showcase-brian-by-stefan-1',
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',
gozer: '80f22d09-e1fd-4e04-67f7-e58253c66200',
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',
onyx: 'showcase-onyx-full-body-unisuit',
otis: 'showcase-four-versions-of-otis-and-a-bonus-bob',
paco: 'showcase-paco-by-karen',
penelope: 'showcase-pregnant-lady-penelope',
sandy: 'showcase-sandy-by-anneke',
shelly: 'showcase-short-sleeve-shelly-rash-guard',
shin: 'showcase-just-peachy-shin-bee',
simon: 'showcase-simon-shirt-by-sewingdentist',
simone: 'showcase-simone-by-gaelle',
skully: 'showcase-3d-skully',
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' })