2345 Argument of type 'HTMLImageElement' is not assignable to parameter of type 'HTMLVideoElement'.
Property 'msHorizontalMirror' is missing in type 'HTMLImageElement'.
drawImage call:
context.drawImage(
image,
sliceLeft, sliceTop,
sliceWidth, sliceHeight,
drawLeft, drawTop,
drawWidth, drawHeight
);
drawImagecall: