Chore: refactor zoom and editor mode to use enums

This commit is contained in:
shamoon
2026-01-28 08:20:14 -08:00
parent 6859e7e3c2
commit dc9061eb97
7 changed files with 27 additions and 29 deletions

View File

@@ -0,0 +1,4 @@
export enum PdfEditorEditMode {
Update = 'update',
Create = 'create',
}