Inspired by the Helium app, H2 is a minimalist browser to watch embeded videos and more in picture-in-picture mode.
πΊ Works with any Youtube URL.
π Works with PDFs links, Google Docs URLs.
π» Works on all platforms, thanks to electron β€οΈ
π¨ Image editor supports contrast, brightness, hue, sepia and save as PNG.
π[WIP] Many other features coming soon.
- Copy any youtube, PDF or google docs URL and press
Ctrl/Command + Shift + V
- Keyboards Shortcuts
# Clone this repository
git clone https://github.com/poush/h2
# Go into the repository
cd h2
# Install dependencies
npm install
# Run the app
npm start