Hi there,
I'm using spine-canvaskit and when I'm loading in an atlas file from S3, the resulting png url that is fetched is incorrect.
(url below is not real. I can't post real link for privacy)
const atlas = await spine.loadTextureAtlas(ck, "https://mys3bucket/stickers/chibi/chibi.atlas", readFile);
The resulting texture loaded in is https://mys3bucket/stickers/chibi//chibi.png
which fails because there are 2 /
s
Thank you!