likaia / js-screen-shot

web端自定义截图插件(原生JS版)
https://www.kaisir.cn/js-screen-shot/
MIT License
808 stars 107 forks source link

截图工具栏保存后回调么 #89

Closed syx496602504 closed 1 year ago

Vanisper commented 1 year ago
const option = {
        level: 999,
        completeCallback: (e: string) =>{
        // doSomething
        // e是图片base64字符串
        }
}
new ScreenShot(option);
likaia commented 1 year ago

syx496602504 commented 1 year ago

工具栏下载按钮的回调

1677562809438

likaia commented 1 year ago

工具栏下载按钮的回调

1677562809438

不是的,这个回调指的是点了对号之后的

syx496602504 commented 1 year ago

对号之后的回调看到文档里写了,是想请问下有没有下载这个按钮的回调

likaia commented 1 year ago

对号之后的回调看到文档里写了,是想请问下有没有下载这个按钮的回调

下载回调没有提供

syx496602504 commented 1 year ago

好的,谢谢~

likaia commented 1 year ago

好的,谢谢~

如果需要的话,我晚上加一下。

syx496602504 commented 1 year ago

不用麻烦了,多谢