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

@@ -1,5 +1,9 @@
export { Sidebar } from './Sidebar';
export { ShirtOptionsPanel } from './ShirtOptionsPanel';
export { UploadTab } from './UploadTab';
export { StickersTab } from './StickersTab';
export { EmojiTab } from './EmojiTab';
export { TextTab } from './TextTab';
export { TemplatesTab } from './TemplatesTab';
// BackgroundRemovalButton has moved to ../canvas/. Import it from
// '../canvas/BackgroundRemovalButton' or via canvas/index.js.