You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(createImage): make waiting on animation frame optional
Added configuration property waitForAnimationFrameAcquired. Default value is false.
Closes#502
BREAKING CHANGE:
Waiting on animation frame was default behaviour since version 1.11.12. If you rely on this feature, explicitly set waitForAnimationFrameAcquired to true.
0 commit comments