Appearance
const { getDPI, convertA4ToPixels, mmToPx } = useDPI(); const dpi = getDPI(); const a4Size = convertA4ToPixels(dpi); const px = mmToPx(6 * 2, dpi)