屏幕亮度 源码
屏幕亮度 @capacitor-community/screen-brightness 电容器社区插件,用于控制iOS和Android设备上的屏幕亮度。 维护者 维护者 的GitHub 社会的 伊利·卢卡斯(Ely Lucas) 安装 npm install @capacitor-community/screen-brightness npx cap sync 配置 此插件无需配置 用法 import { ScreenBrightness } from '@capacitor-community/screen-brightness' ; // Set the brightness: const halfBright = 0.5 ; await ScreenBrightness . setBrightness ( { halfBright } ) ; // Get the curre
文件列表
screen-brightness-main.zip
(预估有个44文件)
screen-brightness-main
rollup.config.js
461B
.github
workflows
ci.yml
357B
.prettierignore
11B
src
index.ts
344B
web.ts
439B
definitions.ts
832B
暂无评论