Html drawer add canvas to supported formats

This commit is contained in:
Aiosa 2024-10-17 12:17:49 +02:00
parent 1b6fea72d8
commit 06ac68d00e

View File

@ -129,7 +129,7 @@ class HTMLDrawer extends OpenSeadragon.DrawerBase{
} }
getSupportedDataFormats() { getSupportedDataFormats() {
return [HTMLDrawer.imageCacheType]; return [HTMLDrawer.imageCacheType, HTMLDrawer.canvasCacheType];
} }
/** /**