UNPKG

sp-compositor

Version:

Electron app that turns websites into video streams

21 lines (17 loc) 259 B
<!doctype html> <html> <head> <title>renderer</title> <style> video { width: 1920px; height: 1080px; background-color: black; } </style> </head> <body> <video></video> <script src="renderer.js"></script> </body> </html>