# BoxPct

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/screenshot-worker/src/app/screenshot/services/crop.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/screenshot-worker/src/app/screenshot/services/crop.service.ts#L11)

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` |
