describe

Usage

import { describe, getMfers } from 'mfers'
let mfers = getMfers()
console.log(describe(mfers[3664]))
// ~> "a simple hand-drawn stick figure wearing 3D glasses with red and blue lenses with a soft smile and smoking a cig. has no hair, wearing gold headphones, and is wearing a dark gray hoodie with the hood up over the headphones"
console.log(describe({
  background: "blue",
  type: "plain mfer",
  eyes: "regular eyes",
  "hat under headphones": "bandana dark gray",
  headphones: "black headphones",
  mouth: "flat",
  smoke: "cig white",
}))
// ~> "a simple hand-drawn stick figure with a straight face and smoking a cig. has no hair and wearing a dark gray bandana worn as a durag under their black headphones"