@alectrocute/handbrake-static
v1.0.0
Published
provide static binaries for HandBrake in an Electron app
Downloads
3
Maintainers
Readme
🍹handbrake-static
handbrake-static provides cross-platform HandBrake CLI binaries in your Electron application.
Installation
Include this repo in your package.json's dependencies:
"handbrake-static": "https://github.com/alectrocute/handbrake-static.git"
Usage
const handbrakePath = require("handbrake-static").path;
console.log(handbrakePath)