B/W Image problem
GamingMidi opened this issue · 1 comments
GamingMidi commented
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)); })();
sindresorhus commented
What terminal and OS? Can you include a screenshot of what it looks like?