UNPKG

js-web-screen-shot

Version:

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

3 lines (2 loc) 226 B
export type BuiltInToolName = "square" | "round" | "right-top" | "brush" | "mosaicPen" | "separateLine" | "" | "text" | "undo" | "close" | "confirm" | "save" | "custom"; export type ToolName = BuiltInToolName | (string & {});