UNPKG

js-web-screen-shot

Version:

web端自定义截屏插件(原生JS版)

9 lines (8 loc) 221 B
export type ScreenshotDomNodes = { screenShot: HTMLCanvasElement; tool: HTMLDivElement; optionIco: HTMLDivElement; option: HTMLDivElement; cutBoxSize: HTMLDivElement; textInput: HTMLDivElement; };