livekeys
livekeys copied to clipboard
Create ItemStream
Allow an item to stream it's content to another source using the grabToImage(callback, targetSize)
function:
source.grabToImage(function(result){
result.saveToFile("file.png");
});