분류 Nodejs

wallpaper - 바탕 화면 배경 무늬를 변경합니다.

컨텐츠 정보

  • 조회 260 (작성일 )

본문

https://github.com/sindresorhus/wallpaper



const wallpaper = require('wallpaper');

(async () => {
	await wallpaper.set('unicorn.jpg');

	await wallpaper.get();
	//=> '/Users/sindresorhus/unicorn.jpg'
})();