improved layout customize page
This commit is contained in:
@@ -6,6 +6,7 @@ import { FabricRenderOptions, renderFabricLayout } from './DesignerCanvas';
|
||||
|
||||
const PDF_PAGE_SIZES: Record<string, { width: number; height: number }> = {
|
||||
a4: { width: 595.28, height: 841.89 },
|
||||
a5: { width: 419.53, height: 595.28 },
|
||||
letter: { width: 612, height: 792 },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user