feature/capability-based-deps #53

Merged
david merged 130 commits from feature/capability-based-deps into main 2026-03-31 01:55:23 +00:00
Showing only changes of commit 018778dd11 - Show all commits

View File

@@ -15,6 +15,7 @@ from .factory import (
create_stage_from_font,
create_stage_from_source,
)
from .message_overlay import MessageOverlayStage, MessageOverlayConfig
from .transform import (
CanvasStage,
FontStage,
@@ -35,6 +36,8 @@ __all__ = [
"FontStage",
"ImageToTextStage",
"CanvasStage",
"MessageOverlayStage",
"MessageOverlayConfig",
# Factory functions
"create_stage_from_display",
"create_stage_from_effect",