Optimize WebGL book texture reveal

This commit is contained in:
2026-06-06 16:44:15 +02:00
parent 1b8c8f8bce
commit 081cfa9902
7 changed files with 183 additions and 77 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const ModuleState = {
ERROR: 'ERROR'
};
const MODULE_CACHE_BUSTER = '20260606-webgl-texture-dropcap-animation';
const MODULE_CACHE_BUSTER = '20260606-webgl-texture-refresh-fix';
window.MODULE_CACHE_BUSTER = MODULE_CACHE_BUSTER;
/**