export type ScreenshotDomNodes = {
    screenShot: HTMLCanvasElement;
    tool: HTMLDivElement;
    optionIco: HTMLDivElement;
    option: HTMLDivElement;
    cutBoxSize: HTMLDivElement;
    textInput: HTMLDivElement;
};
