@mariozechner/pi-coding-agent
Version:
Coding agent CLI with read, bash, edit, write tools and session management
5 lines • 298 B
TypeScript
import type { PhotonImageType } from "./photon.js";
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