Basically copy pasted what 4.2 has with small modification for SpinePlayerConfig.
Side note though, I think the typing for 4.2 on preserveDrawingBuffer for SpinePlayerConfig is also incorrect. The comment marks it as optional (and from the usage it seems optional) but 4.2 has it as required.
Basically copy pasted what 4.2 has with small modification for
SpinePlayerConfig
.Side note though, I think the typing for 4.2 on
preserveDrawingBuffer
forSpinePlayerConfig
is also incorrect. The comment marks it as optional (and from the usage it seems optional) but 4.2 has it as required.