feat(commands): add transparent artboard creation

This commit is contained in:
syntaxbullet
2026-07-03 09:52:00 +02:00
parent ca9e265614
commit f4ad35a7f8
5 changed files with 62 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
export type { Command, CommandContext } from "./command";
export { documentAddArtboardCommand, documentCommands } from "./document";
export type { DocumentAddArtboardPayload } from "./document";
export type { CommandDispatcher, Dispatch } from "./dispatcher";
export type { CommandId, CommandPayloads } from "./payloads";
export { createCommandDispatcher } from "./dispatcher";