node-flif icon indicating copy to clipboard operation
node-flif copied to clipboard

A Node wrapper for the FLIF executable

Results 2 node-flif issues
Sort by recently updated
recently updated
newest added

I want to use node-flif so: ```js var buffer = fs.readFileSync('file') var decodeParams={ outputBuffer:buffer } var data = fliff.decode(decodeParams); ```

feature request

`node-flif` uses `flif-wasm` for OSX and Linux, however for Windows it relies on having a self-contained executable of [FLIF](https://github.com/FLIF-hub/FLIF) to be able to operate. The existing executable we are using...

help wanted