Loading cli/node.ts +2 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,8 @@ export const command = new Command() } const image = await Jimp.read(buffer); const trueColorSupport = checkTerminalTrueColorSupport(); layout = getAsciiArt(image, DEFAULT_IMAGE_WIDTH,trueColorSupport).split("\n").map((line) => ` ${line} `); layout = getAsciiArt(image, DEFAULT_IMAGE_WIDTH, trueColorSupport) .split("\n").map((line) => ` ${line} `); defaultWidth = 41; } else { logger.error( Loading logo.svg +171 −141 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
cli/node.ts +2 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,8 @@ export const command = new Command() } const image = await Jimp.read(buffer); const trueColorSupport = checkTerminalTrueColorSupport(); layout = getAsciiArt(image, DEFAULT_IMAGE_WIDTH,trueColorSupport).split("\n").map((line) => ` ${line} `); layout = getAsciiArt(image, DEFAULT_IMAGE_WIDTH, trueColorSupport) .split("\n").map((line) => ` ${line} `); defaultWidth = 41; } else { logger.error( Loading