Media
Allow users to share device media with your custom JavaScript code.
Select or take a pictureβ
import { pickImage } from '@myjsblock/sdk'
const image = await pickImage();
console.log(image); // Prints base64 result of imageArgumentsβ
Name
Type
Required
Default
Notes
Errorsβ
Error Code
Description
Last updated
Was this helpful?
