sindresorhus/terminal-image

B/W Image problem

GamingMidi opened this issue · 1 comments

Whenever I try to make it render a black and white image, it just prints a bunch of white, Any fix?
My entire code is literally just this:
const terminalImage = require('terminal-image'); (async () => { console.log(await terminalImage.file(frames/out20.png)); })();

What terminal and OS? Can you include a screenshot of what it looks like?