What
Support glob input patterns.
Why
We need a more powerful way of matching multiple files, as right now we only support what the command line support. This came up as part of #26, where it seems the expectation that this "just works".
How
sharp -i '**/*.{jpg,png}': matches all JPG and PNG files in current and child directories.
What
Support glob input patterns.
Why
We need a more powerful way of matching multiple files, as right now we only support what the command line support. This came up as part of #26, where it seems the expectation that this "just works".
How
sharp -i '**/*.{jpg,png}': matches all JPG and PNG files in current and child directories.