feat: add PDF overlay and underlay functionality
This commit is contained in:
@@ -65,3 +65,4 @@ export * from './shortcuts-type.ts';
|
||||
export * from './ui-type.ts';
|
||||
export * from './markdown-editor-type.ts';
|
||||
export * from './sanitize-type.ts';
|
||||
export * from './overlay-pdf-type.ts';
|
||||
|
||||
4
src/js/types/overlay-pdf-type.ts
Normal file
4
src/js/types/overlay-pdf-type.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface OverlayPdfState {
|
||||
baseFile: File | null;
|
||||
overlayFile: File | null;
|
||||
}
|
||||
Reference in New Issue
Block a user