load images and annotations from json arrays

This commit is contained in:
Ross
2021-08-20 09:12:24 +01:00
parent 6f2af7df21
commit 11c06cd538
3 changed files with 10 additions and 10 deletions
-4
View File
@@ -663,8 +663,4 @@ function urltoFile(url, filename, mimeType) {
.then(function (buf) {
return new File([buf], filename, { type: mimeType });
});
}
function saveAnnotations() {
}