sindresorhus / wallpaper

Manage the desktop wallpaper
MIT License
1.05k stars 92 forks source link

Feature Proposal: Video Support or WebView Support #67

Closed LeoCreer closed 4 years ago

LeoCreer commented 4 years ago

I it is all possible for video support.

await wallpaper.set('unicorn.mp4');

or

// this could be internal or external. // 'http://unicorn.com'

await wallpaper.setURL('local/unicorn.html');

// This will give us the ability to create cool canvas backgrounds. See examples. https://codepen.io/alexzaworski/pen/mEkvAG https://codepen.io/jasperlachance/pen/QNMwBg

sindresorhus commented 4 years ago

This is answered in the FAQ in the readme.