UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

5 lines (4 loc) 143 B
/** * Returns the image that is currently loaded in the editor. */ export declare const useGetImage: () => string | HTMLImageElement | null;