The error message tells you what's wrong: the atlas references a .dds
file, which the player can not load. .dds
files aren't supported by any browser I know of. Your best bet for atlas page image formats are png and webp (with transparency)-
It's also unclear to me what res.data
contains. Maybe you could post the data URIs somewhere.