8eo / widget-example-electron

Example of how how Horn Widget can be used with Electron apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Horn's Widget Electron Example

Example of how how Horn Widget can be used with Electron apps.

After cloning, install dependencies:

npm install

Then replace __channel_id__ with some real channel identifier in index.html file and run:

npm start

This should open Electron instance with widget working on it.

Missing Features

  • ScreenSharing - Because native ScreenSharing has been turned on in Chrome 72 and current stable Electron v4 uses Chrome 69, ScreenSharing is not yet available. It should be working after next major Electron release as they update Chromium versions only for major releases. It seems Electorn v5 should arrive somewhere in mid of 2019r!

Check out Widget Generator to customize look and feel of your widget!

About

Example of how how Horn Widget can be used with Electron apps.


Languages

Language:JavaScript 60.7%Language:HTML 39.3%