Hi there. I installed this via npm and everything seemed to work great. It blasts the changes to stdout just like it should. However it seems that the color flags don't seem to work.
I have tried:
patternfills -b 'aa0000' -f svg
pattternfills -b aa0000 -f svg
patternfills -b aa0000 -f css
patternfills -b 'aa0000' -f css
to no avail. Is there an alternate way of editing the colors of these svgs? This project would be extremely useful to me if I could. What am I doing wrong?
(To clarify, it doesn't yell at me, but the outputs I have gotten have been purely black squares or no changes at all)