Options
All
  • Public
  • Public/Protected
  • All
Menu

ascii2d

ascii2d

npm-version npm-downloads docs

ascii2d wrapper for Node.js.

Usage

yarn add ascii2d
import {searchByUrl, searchByFile} from 'ascii2d';

searchByUrl('https://example.com/yourimage.jpg', 'color').then((result) =>
  console.log(result),
);

searchByFile('./input.jpg', 'bovw').then((result) => console.log(result));

Generated using TypeDoc