Remove screenshot backgrounds and refresh themed demo flow

This commit is contained in:
h3p 2026-03-08 16:18:10 +01:00
parent c902dd3f5c
commit b9f55f7b93
7 changed files with 10 additions and 6 deletions

View file

@ -361,7 +361,7 @@
CODE_SIGNING_ALLOWED = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 440;
CURRENT_PROJECT_VERSION = 441;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = CS727NF72U;
ENABLE_APP_SANDBOX = YES;
@ -444,7 +444,7 @@
CODE_SIGNING_ALLOWED = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 440;
CURRENT_PROJECT_VERSION = 441;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = CS727NF72U;
ENABLE_APP_SANDBOX = YES;

View file

@ -284,8 +284,8 @@ Availability legend: `Full` = complete support, `Partial` = available with platf
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/images/neon-demo-dark.gif">
<source media="(prefers-color-scheme: light)" srcset="docs/images/neon-demo-light.gif">
<source media="(prefers-color-scheme: dark)" srcset="docs/images/neon-demo.gif">
<img src="docs/images/neon-demo-light.gif" alt="Neon Vision Editor Demo">
</picture>
</p>

View file

@ -26,11 +26,15 @@ This index describes screenshot assets in `docs/images` and where they are used.
- `neon-demo.gif`
- Description: Short animated loop generated from the three screenshots.
- Used in: Root `README.md` (`1-Minute Demo Flow`, dark mode source).
- Used in: Legacy/demo compatibility fallback.
- `neon-demo-light.gif`
- Description: Light-mode variant of the demo loop with a neutral light canvas background.
- Used in: Root `README.md` (`1-Minute Demo Flow`, light mode source).
- Description: Light-mode demo loop with pure white background.
- Used in: Root `README.md` (`1-Minute Demo Flow`, light-mode source).
- `neon-demo-dark.gif`
- Description: Dark-mode demo loop with pure black background.
- Used in: Root `README.md` (`1-Minute Demo Flow`, dark-mode source).
- `neon-demo.mp4`
- Description: Default demo-flow video (H.264 MP4) for improved quality and smaller payload than GIF.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 902 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 711 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB