livekeys icon indicating copy to clipboard operation
livekeys copied to clipboard

Create ItemStream

Open dinusv opened this issue 7 years ago • 0 comments

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");
});

dinusv avatar Dec 16 '17 07:12 dinusv