Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 762 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 762 Bytes

frontend-wakelock-poc

This is a small proof of concept for the flamenco issue #99436. It acquires wake lock by playing a hidden video on loop.

Set your computer screen saver to 1 minute or less and click the checkbox button. It should not allow your screen to go blank.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build