js-web-screen-shot
Version:
web端自定义截屏插件(原生JS版)
8 lines (7 loc) • 611 B
TypeScript
import { ScreenShotMode } from "../../../lib/type/application/ScreenShotMode";
import { ScreenShotPlan, ScreenShotRenderStrategy } from "../../../lib/type/application/ScreenShotPlan";
export type { ScreenShotMode } from "../../../lib/type/application/ScreenShotMode";
export type { ScreenShotCaptureSource, ScreenShotPlan, ScreenShotRenderStrategy } from "../../../lib/type/application/ScreenShotPlan";
export declare const resolveRenderStrategy: () => ScreenShotRenderStrategy;
export declare const resolveScreenShotPlan: () => ScreenShotPlan;
export declare const resolveScreenShotMode: () => ScreenShotMode;