Interface: IOverlayService
Defined in: src/types/services.ts:285
Overlay service for rendering overlays on top of the host canvas.
Remarks
Replaces useShowOverlay hook from the photo editor.
Methods
show()
show(
args):void
Defined in: src/types/services.ts:287
Show an overlay with the given arguments
Parameters
args
unknown
Returns
void