Update images

This commit is contained in:
be5invis 2020-11-24 01:23:30 -08:00
parent fb004abc5f
commit 7edf6fb710
99 changed files with 29 additions and 21 deletions

View file

@ -101,6 +101,12 @@ function captureElement(options, callback) {
if (callback) callback();
onComplete = function () {};
};
ipc.send("log", {
x: rect.left | 0,
y: rect.top | 0,
width: rect.width | 0,
height: rect.height | 0
});
ipc.send("snapshot", {
name: options.name,
windowWidth: windowWidth,