UNPKG

@instructure/canvas-rce

Version:

A component wrapping Canvas's usage of Tinymce

15 lines (14 loc) 356 B
export function scaleForHeight(width: any, height: any, targetHeight: any, constraints?: {}): { height: number; width: number; } | { height: null; width: null; }; export function scaleForWidth(width: any, height: any, targetWidth: any, constraints?: {}): { height: number; width: number; } | { height: null; width: null; };