Kind: Function
Source: atloria-monorepo/apps/screenshot-worker/src/app/screenshot/services/crop.service.ts
Convert a percent box (0-100 of the natural image) into a Playwright clip rect
in PIXELS, framing the target with padPct of breathing room on every side and
clamped to the image bounds so the clip never runs off-canvas.
Signature
tsfunction boxToClip(box: BoxPct, imgW: number, imgH: number, padPct): ClipRect
Parameters
| Name | Type |
|---|---|
box | BoxPct |
imgW | number |
imgH | number |
padPct | any |
Returns: ClipRect
Was this page helpful?