@mmd-id/generator
v0.2.0
Published
A function to get the MeowMeowLand ID photo, input appearance description, output image Buffer.
Downloads
2
Readme
Haha! It's you!
A function to get the MeowMeowLand ID photo, input appearance description, output image Buffer.
import { generate } from "@mmd-id/generator";
generate({
background: "#3157E1",
mood: "happy",
race: {
type: "bunny",
size: "medium",
coat: "#D9B391",
},
});