This commit is contained in:
Max Bradbury 2020-11-08 20:07:48 +00:00
parent 3b851975d0
commit 3d1129c613
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ async function run() {
}
function handleImage() {
console.log(load_image(cropper.getCroppedImage()));
console.log("Loading image: " + load_image(cropper.getCroppedImage()));
loadPreview();
}