1.0.0 • Published 2 years ago

ansi-img v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Installation

npm i ansi-img
// other option
yarn add ansi-img

Example:


Functions

Usage

import { imgFileToAnsi, imgBufferToAnsi } from 'ansi-img';

imgFileToAnsi('./image.jpg').then(console.log); //Logear imagen de un archivo en consola

imgBufferToAnsi(buffer).then(console.log); //Logear imagen desde un buffer en consla

MADE WITH ❤ BY Markox36