ffedit-static
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

ffedit-static

FFedit static binaries for Mac OSX, Linux, FreeBSD and Windows.

Supports macOS (64-bit), Linux (64-bit), FreeBSD (64-bit) and Windows (64-bit). The ffedit version currently used is ffedit-0.9.3.

Installation

This module is installed via npm:

$ npm install ffedit-static

Note: During installation, it will download the appropriate ffedit and ffgac binaries from the GitHub release. Use and distribution of the binary releases of FFedit are covered by their respective license.

Example Usage

Returns the path of a statically linked ffedit binary on the local filesystem.

var paths = require('ffedit-static');
console.log(paths.ffedit);
//D:\pcktm\source\ffedit-static\ffedit.exe
console.log(paths.ffgac);
//D:\pcktm\source\ffedit-static\ffgac.exe

Sources of the binaries

OSX, Linux and Windows binaries are downloaded straight from FFglitch official page. FreeBSD binaries are built from source by me (with FreeBSD-specific quickjs patches applied).

Show your support

This npm package includes statically linked binaries that are produced by Ramiro Polla. Please consider supporting and donating to him for developing such a great tool for glitch artists.

Package Sidebar

Install

npm i ffedit-static

Weekly Downloads

3

Version

1.2.1

License

GPL-3.0-or-later

Unpacked Size

10.7 kB

Total Files

7

Last publish

Collaborators

  • pcktm