Checkpoint WebGL book renderer work

This commit is contained in:
2026-06-06 14:35:37 +02:00
parent 83ca095d54
commit b734d83227
9 changed files with 846 additions and 666 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const ModuleState = {
ERROR: 'ERROR'
};
const MODULE_CACHE_BUSTER = '20260603-webgl-right-page-text';
const MODULE_CACHE_BUSTER = '20260606-webgl-direct-page-crop-coords';
window.MODULE_CACHE_BUSTER = MODULE_CACHE_BUSTER;
/**