0
Blonde wavy hair, blue eyes, side view full body, white background, Split the output in 8 segments vertically, each segment contains a photo with values "skinny:x, fat:y" updating the values according to the following : ```js const x, y = 1, 0; for (let segment in segments) { x-=0.4; y+=0.4; } ```
Comments