js-web-screen-shot
Version:
web端自定义截屏插件(原生JS版)
9 lines (8 loc) • 931 B
TypeScript
export { registerForRightClickEvent, registerContainerShortcuts, showToolBar, adjustContainerLevels } from "../../lib/application/core/UiCoordinator";
export { initScreenShot, setScreenShotContainerSize } from "../../lib/application/core/ScreenInitializer";
export { h2cScreenShot, wrcScreenShot, sendStream, loadImageSource } from "../../lib/application/core/ScreenSourceManager";
export { resolveScreenShotMode, resolveScreenShotPlan, resolveRenderStrategy } from "../../lib/application/core/ScreenShotModeResolver";
export type { ScreenShotMode } from "../../lib/type/application/ScreenShotMode";
export type { ScreenShotCaptureSource, ScreenShotPlan, ScreenShotRenderStrategy } from "../../lib/type/application/ScreenShotPlan";
export { executeLoadMode, executeLoadPlan } from "../../lib/application/core/ScreenShotModeExecutor";
export { showCanvasLastHistory, isCustomTool } from "../../lib/application/core/HistoryManager";