분류
Nodejs
wallpaper - 바탕 화면 배경 무늬를 변경합니다.
본문
https://github.com/sindresorhus/wallpaper
const wallpaper = require('wallpaper'); (async () => { await wallpaper.set('unicorn.jpg'); await wallpaper.get(); //=> '/Users/sindresorhus/unicorn.jpg' })();
- 이전글brightness - 화면 밝기를 변경합니다. 19.03.07
- 다음글wifi-password - 현재 Wi-Fi 비밀번호를 가져옵니다. 19.03.07