gamemake

Results 1 issues of gamemake

my code, follow.... when use png format, file is empty. when use raw format, file has invalid data. ``` client.framebuffer(device.id, "png", function(err, info, fb_data) { if(err) { console.log("screencapture failed @",...