UNPKG

@earendil-works/pi-coding-agent

Version:

Coding agent CLI with read, bash, edit, write tools and session management

5 lines 298 B
import type { PhotonImageType } from "./photon.ts"; type Photon = typeof import("@silvia-odwyer/photon-node"); export declare function applyExifOrientation(photon: Photon, image: PhotonImageType, originalBytes: Uint8Array): PhotonImageType; export {}; //# sourceMappingURL=exif-orientation.d.ts.map