image-converter-client/app/types.ts
christian bc9cf1bf25
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 32s
i lied, its not pixels
2024-11-07 20:19:02 +01:00

5 lines
56 B
TypeScript

export type Coordinates = {
x: number;
y: number;
}