Kind: Interface
Source: atloria-monorepo/apps/screenshot-worker/src/app/screenshot/services/crop.service.ts
Pure geometry + image helpers shared by the clip-capture (WS-B) flow.
These are intentionally framework-free pure functions (no Playwright, no Nest DI) so they can be unit-tested in isolation and reused by any workstream.
Properties
| Property | Type |
|---|---|
x | number |
y | number |
w | number |
h | number |
Was this page helpful?