export type ScreenShotMode = "image" | "html2canvas" | "snapdom" | "injected-stream" | "webrtc";
