Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 552 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 552 Bytes

EmojiKitchen

Library to mix emojis use api https://emojikitchen.dev for NodeJS

How to use ?

  • Example API
import { mergeEmoji } from "@aurateam/emojikitchen"

const emojiKitchen = mergeEmoji("😒", "😊")
console.log(emojiKitchen);
  • How to get result as Buffer?
console.log(await emojiKitchen.toBuffer());
  • How to save result to image file?
console.log(await emojiKitchen.saveImageToFile("./image.png"));

License

Licensed under the MIT license.