wallpaper-project
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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; }

Readme

Keywords

Package Sidebar

Install

npm i wallpaper-project

Weekly Downloads

4

Version

1.0.1

License

Apache-2.0

Unpacked Size

17.7 kB

Total Files

20

Last publish

Collaborators

  • irinaponzi