The just screenshots system is in place (see client/src/Screenshots.tsx SHOTS array, client/screenshots.mjs). The screenshots generate but the README still shows the old manual ones.
What needs to happen:
-
Curate the SHOTS array in client/src/Screenshots.tsx — which demos, which orientations, how many. The current list is:
- firefox (landscape)
- trackpad (landscape)
- meter (landscape)
- showcase (landscape)
- vlc (portrait)
- media-browser (landscape)
-
Maybe add a settings or editor shot if those views look good in the phone frame.
-
Replace the old static screenshots in the README (docs/screenshot-*.png) with the generated ones from docs/screenshots/.
-
The phone frames scale at 0.63× so everything fits within 600px max dimension. Adjust SCALE in Screenshots.tsx if sizing needs tweaking.
Reference: just screenshots runs the script, client/src/Screenshots.tsx curates the list.
The
just screenshotssystem is in place (seeclient/src/Screenshots.tsxSHOTSarray,client/screenshots.mjs). The screenshots generate but the README still shows the old manual ones.What needs to happen:
Curate the
SHOTSarray inclient/src/Screenshots.tsx— which demos, which orientations, how many. The current list is:Maybe add a
settingsoreditorshot if those views look good in the phone frame.Replace the old static screenshots in the README (
docs/screenshot-*.png) with the generated ones fromdocs/screenshots/.The phone frames scale at 0.63× so everything fits within 600px max dimension. Adjust
SCALEinScreenshots.tsxif sizing needs tweaking.Reference:
just screenshotsruns the script,client/src/Screenshots.tsxcurates the list.