Screenshots are more or less working (server-side). Resize not implemented yet. Temporarily breaks APK uploads.

This commit is contained in:
Simo Kinnunen
2014-05-19 10:25:13 +09:00
parent 5be2b8f7d5
commit 48726669dc
9 changed files with 435 additions and 185 deletions

View File

@@ -216,6 +216,10 @@ module.exports = function ControlServiceFactory(
return sendTwoWay('store.open')
}
this.screenshot = function() {
return sendTwoWay('screen.capture')
}
window.cc = this
}