UNPKG

@portive/client

Version:

Client to connect to and use Portive's cloud services for open source components

9 lines (8 loc) 329 B
declare type ImageSize = { width: number; height: number; }; export declare function resizeIn(size: ImageSize, bounds: ImageSize): ImageSize; export declare const resizeInWidth: (size: ImageSize, width: number) => ImageSize; export declare const resizeInHeight: (size: ImageSize, height: number) => ImageSize; export {};