We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300eab4 commit 247475cCopy full SHA for 247475c
README.md
@@ -291,6 +291,13 @@ You may experience loss of parts of the image if set to `true` and you are expor
291
292
Defaults to `false`
293
294
+### waitForAnimationFrameAcquired
295
+
296
+When supplied, the library will wait for the next animation frame to be acquired before rendering the image.
297
+This is useful when you want to achieve a smooth transition when rendering the image.
298
299
+Defaults to `false`
300
301
### type
302
303
A string indicating the image format. The default type is image/png; that type is also used if the given type isn't supported.
0 commit comments