Add clipboard.writeImage API

This commit is contained in:
Cheng Zhao 2015-03-26 12:54:15 +08:00
parent 0bb7abd7a4
commit 6f082b630d
2 changed files with 7 additions and 0 deletions

View file

@ -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