mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-02 02:00:49 +08:00
661 B
661 B
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