wallpaper-project
v1.0.1
Published
wallpaper pluging
Downloads
3
Readme
Capacitor Wallpaper Plugin
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.
Installation
To install this plugin, run the following command in your terminal:
npm install wallpaper-project
npx cap sync
API
setBase64(...)
setBase64(options: { base64Image: string; }) => Promise<void>
| Param | Type |
| ------------- | ------------------------------------- |
| options
| { base64Image: string; } |