Create HTMLImageElement and load image file and waits for it to be loaded. Returns a promise which resolves after callback (which may be async) completes.
callback
An valid imageName in kkImageInfo table .
Function to call when HTMLImageElement is loaded.
Generated using TypeDoc
Create HTMLImageElement and load image file and waits for it to be loaded. Returns a promise which resolves after
callback
(which may be async) completes.