ascii-face
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

🤖 ascii face

Generate ASCII faces with colour

Downloads

Standard

Colour

Summary

A silly package I created whilst working on a side project. I needed faces for profile images, and thought why not have a unique set of text-based generated faces.

There are 501,600 potential combinations

Usage

For now it's a default export, so import it however you want.

npm install ascii-face -s

Standard

import facegen from 'ascii-face'
const face = facegen()
// ...

Colour

import facegen from 'ascii-face'
const face = facegen(true)
// ...

Package Sidebar

Install

npm i ascii-face

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

44.4 kB

Total Files

18

Last publish

Collaborators

  • o8e