Skip to main content
Module

x/terminal_images/mod.ts>getImageStrings

A Deno module and CLI tool for printing images to the console. 🖼️
Latest
function getImageStrings
import { getImageStrings } from "https://deno.land/x/terminal_images@3.1.0/mod.ts";

Returns a promise which resolves to a string version of the image that can outputted to the console.

Returns

Promise<string[]>