Skip to content

Releases: AuraPixelTeam/EmojiKitchen

EmojiKitchen v1.0.3

10 Jul 01:47
Compare
Choose a tag to compare

EmojiKitchen v1.0.2

10 Jul 01:44
Compare
Choose a tag to compare
  • Fix error 404

EmojiKitchen v1.0.1

10 Jul 01:14
Compare
Choose a tag to compare

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.