Files
AFFiNE-Mirror/blocksuite/docs/api/@blocksuite/std/gfx/functions/getEffectiveDpr.md
T
2026-06-24 23:55:19 +08:00

661 B

BlockSuite API Documentation


BlockSuite API Documentation / @blocksuite/std / gfx / getEffectiveDpr

Function: getEffectiveDpr()

getEffectiveDpr(zoom, rawDpr?): number

Resolves the effective device-pixel-ratio for canvas backing stores at the given zoom, honoring viewportRuntimeConfig.CANVAS_DPR_CAP_BY_ZOOM.

Returns the raw window.devicePixelRatio when no cap applies.

Parameters

zoom

number

rawDpr?

number = window.devicePixelRatio

Returns

number