1.0.0 • Published 4 years ago

@alectrocute/handbrake-static v1.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

🍹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)