@alectrocute/handbrake-static

provide static binaries for HandBrake in an Electron app

Usage no npm install needed!

<script type="module">
  import alectrocuteHandbrakeStatic from 'https://cdn.skypack.dev/@alectrocute/handbrake-static';
</script>

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)