Yes, 251112-1 is the version I last tested. And I've just confirmed that the problem does not seem to happen on Chrome, but still does happen on Firefox (both on macOS).
bbbbbbbbba
3
Posts
1
Topics
A member registered Aug 26, 2022
Recent community posts
When generating an APNG file, the frames are often out of order. This is because addFrame() in APNGBuilder is an async function, so one should either write another async function to call it with await, or directly handle the returned Promise object and use promise chaining, to guarantee the correct execution order.