UNPKG

@instructure/canvas-rce

Version:

A component wrapping Canvas's usage of Tinymce

6 lines (5 loc) 149 B
export const MAX_GIF_PNG_SIZE_BYTES: number; export function isAnUnsupportedGifPngImage({ type, size }: { type: any; size: any; }): boolean;