exec-buffer icon indicating copy to clipboard operation
exec-buffer copied to clipboard

Run a Buffer through a child process

Results 5 exec-buffer issues
Sort by recently updated
recently updated
newest added

```bash npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details....

I try to use imagemin and imagemin-webp on wepback project. And then still trying to do something good, i get error about dependency exec-buffer. It's give me an error: ```...

`is-gif` 2.0 is simply a wrapper around `file-type`, I instead opted to just using it directly.

@kevva Nice library, thank you. Trying to run jpegmini with it. The syntax I need: ``` jpegmini -f=input_file -o=outputfile ``` I tried: - `['-f', execBuffer.input, '-o', execBuffer.output]` - `['-f=', execBuffer.input,...