Skip to main content
ImageReadyFunction
Defines a function callback from an image exporter.
(result:{
  contentType:string,
  element:SVGElement,
  height:number,
  url:string,
  width:number
}
) => any