Skip to content

Instantly share code, notes, and snippets.

@fishyer
Created April 19, 2022 19:44
Show Gist options
  • Save fishyer/8afcf1ae6b5641c280763b69c586bc7a to your computer and use it in GitHub Desktop.
Save fishyer/8afcf1ae6b5641c280763b69c586bc7a to your computer and use it in GitHub Desktop.
  saveClipboardImage(clipboardData).then((path) => {
            // // 更新列表
            // addToImageList(uploadList, {
            //     img,
            //     path
            // });
            // removeFromClipboardList(img);
          
        }).catch((e) => {
          
        });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment