Home > @jsplumbtoolkit/browser-ui > ImageReadyFunction
ImageReadyFunction type
Signature:
export declare type ImageReadyFunction = (result: {
url: string;
width: number;
height: number;
contentType: string;
element: SVGElement;
}) => any;