MCPcopy
hub / github.com/fengyuanchen/cropperjs / Selection

Interface Selection

packages/element-selection/src/index.ts:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36const canvasCache = new WeakMap();
37
38export interface Selection {
39 x: number;
40 y: number;
41 width: number;
42 height: number;
43}
44
45export default class CropperSelection extends CropperElement {
46 static $name = CROPPER_SELECTION;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…