Expand description
Dual-themed screenshot capture module (R3).
Captures screenshots in both light and dark themes in a single operation.
Uses separate browser contexts for reliable colorScheme application.
Note: Full browser automation requires browser-commander. This module provides the types and options; browser integration is stubbed until browser-commander is fully available.
Based on reference implementation from: https://github.com/link-foundation/meta-theory/blob/main/scripts/download.mjs
Structs§
- Dual
Theme Result - Result of dual-theme screenshot capture.
- Themed
Image Options - Options for themed screenshot capture.
Enums§
- Theme
- Color theme for screenshot capture.
Functions§
- capture_
dual_ theme_ screenshots - Capture screenshots in both light and dark themes.