feat(commands): add artboard bounds command

This commit is contained in:
syntaxbullet
2026-07-03 16:05:15 +02:00
parent 4d77288450
commit e90b829e62
4 changed files with 37 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
export const commandIds = {
documentAddArtboard: "document.addArtboard",
documentSetArtboardBounds: "document.setArtboardBounds",
selectionSet: "selection.set",
selectionClear: "selection.clear",
selectionAddLayer: "selection.addLayer",