UNPKG

@iiif/3d-manifesto-dev

Version:

IIIF Presentation API utility library for client and server with 3D extension

6 lines (5 loc) 153 B
import { Transform } from "./internal"; export declare class ScaleTransform extends Transform { constructor(jsonld?: any); getScale(): object; }