Add clipboard.writeImage API
This commit is contained in:
parent
0bb7abd7a4
commit
6f082b630d
2 changed files with 7 additions and 0 deletions
|
@ -10,4 +10,5 @@ else
|
|||
readText: (type='standard') -> binding._readText type
|
||||
writeText: (text, type='standard') -> binding._writeText text, type
|
||||
readImage: (type='standard') -> binding._readImage type
|
||||
writeImage: (image, type='standard') -> binding._writeImage image, type
|
||||
clear: (type='standard') -> binding._clear type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue