Brooks Brown

Results 2 issues of Brooks Brown

``` gm.subClass({ imageMagick: true })(inputPath).resize(1024, 1024).write(path, err => { if (err) { console.log(err); } else { console.log('success'); } }); ``` If this is a microservice handling a request and the...

Make a copy action where the src has more than one character. Run the action. The log says "Copying the content of...". Note that only first character of src is...