mirror of
https://github.com/documenso/documenso.git
synced 2026-07-22 16:03:39 +10:00
9 lines
256 B
TypeScript
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;
|