Major update for v1 and tests

This commit is contained in:
khalid@traclabs.com
2026-05-23 03:28:58 -05:00
parent 628a6765f4
commit b1fb6fa3aa
1748 changed files with 27723 additions and 1854 deletions

View File

@@ -4,3 +4,9 @@ export { ImageElement } from './ImageElement';
export { TextElement } from './TextElement';
export { TemplateLayer } from './TemplateLayer';
export { SlotPlaceholder, SlotBoundsGuide } from './SlotPlaceholder';
export { CanvasHint } from './CanvasHint';
export { ZoomControls } from './ZoomControls';
export { HistoryControls } from './HistoryControls';
export { ElementToolbar } from './ElementToolbar';
export { ModelSilhouette } from './ModelSilhouette';
export { BackgroundRemovalButton } from './BackgroundRemovalButton';