I'm building a nodejs app that generates tweets by text and some of the target tweets contain emojis in text or in user name. But when I try to print those emojis in Jimp, it converts the emoji into "??". I already tried to use "NotoColorEmoji" and "NotoEmoji-Regular" fonts but they appear as blank squares when I try to convert-em into .fnt files.
This is how the fonts look like when converted: Font after converting
How can I make Jimp display those emojis in the print()
function?