Clipboard
Last updated
bridge.clipboard.read()
.then(text => {
console.log('Clipboard: ', text)
})
.catch(error => {
// error
})bridge.clipboard.read()
.then(text => {
console.log('Clipboard: ', text)
})
.catch(error => {
// error
})