docs(clipboard): Fixed typo from rbga to rgba (#2499)

pull/2500/head
Khoshbin Ali Ahmed 3 months ago committed by GitHub
parent 5c9cf52e75
commit 3a750c7300
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -91,7 +91,7 @@ async function writeImage(
* import { readImage } from '@tauri-apps/plugin-clipboard-manager';
*
* const clipboardImage = await readImage();
* const blob = new Blob([await clipboardImage.rbga()], { type: 'image' })
* const blob = new Blob([await clipboardImage.rgba()], { type: 'image' })
* const url = URL.createObjectURL(blob)
* ```
* @since 2.0.0

Loading…
Cancel
Save