Files
documenso/packages/lib/constants/pdf-viewer.ts
T
2026-01-27 14:39:16 +11:00

9 lines
256 B
TypeScript

// Keep these two constants in sync.
export const PDF_VIEWER_PAGE_SELECTOR = '.react-pdf__Page';
export const PDF_VIEWER_PAGE_CLASSNAME = 'react-pdf__Page z-0';
/**
* Changing this will require large testing.
*/
export const PDF_IMAGE_RENDER_SCALE = 2;