load images and annotations from json arrays
This commit is contained in:
@@ -663,8 +663,4 @@ function urltoFile(url, filename, mimeType) {
|
||||
.then(function (buf) {
|
||||
return new File([buf], filename, { type: mimeType });
|
||||
});
|
||||
}
|
||||
|
||||
function saveAnnotations() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user