UNPKG

@rangertechnologies/ngnxt

Version:

This library was used for creating dymanic UI based on the input JSON/data

4 lines (3 loc) 267 B
import { ExifTransform } from '../interfaces/exif-transform.interface'; export declare function supportsAutomaticRotation(): Promise<boolean>; export declare function getTransformationsFromExifData(exifRotationOrArrayBuffer: number | ArrayBufferLike): ExifTransform;