in src/components/viewer.js [102:111]
onImageReady(image) {
this.readyImages.push(image);
this.readyImagesCount++;
if (this.newSequence) {
// If this is the first image in the sequence, render immediately
this.displayNextImage();
this.newSequence = false;
}
}