This is a Capacitor plugin that allows you to manipulate the wallpaper on a user's device. With this plugin, you can set an image as the wallpaper for the home screen. Please note that this plugin is currently only developed for Android.
To install this plugin, run the following command in your terminal:
npm install wallpaper-project
npx cap sync
setBase64(options: { base64Image: string; }) => Promise<void>
Param | Type |
---|---|
options |
{ base64Image: string; } |