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
+5
View File
@@ -67,6 +67,11 @@ class PersistenceManagerModule extends BaseModule {
localeUserOverride: false,
speed: 1.0,
autoplay: true,
},
webgl: {
mode: null,
bookPageCount: 300,
bookProgress: 0.5
}
};