// 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;