UNPKG

@tindtechnologies/universalviewer

Version:

The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎

8 lines (7 loc) 202 B
import { Size } from "../../Utils"; import { Point } from "../../modules/uv-shared-module/Point"; export declare class CroppedImageDimensions { region: Size; regionPos: Point; size: Size; }