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 5c9cf52 commit 3a750c7Copy full SHA for 3a750c7
plugins/clipboard-manager/guest-js/index.ts
@@ -91,7 +91,7 @@ async function writeImage(
91
* import { readImage } from '@tauri-apps/plugin-clipboard-manager';
92
*
93
* const clipboardImage = await readImage();
94
- * const blob = new Blob([await clipboardImage.rbga()], { type: 'image' })
+ * const blob = new Blob([await clipboardImage.rgba()], { type: 'image' })
95
* const url = URL.createObjectURL(blob)
96
* ```
97
* @since 2.0.0
0 commit comments