On a Mac, it's easy enough to use emoji such as ❤️, just by outputting that character to the console. (That's a unicode character, not an image.)
supports-emoji
library, similar to supports-color.
const supportsEmoji = require('supports-emoji');
console.log(`I ${supportsEmoji ? '❤️' : '<3'} your work!`);
Note: it looks like Github code blocks don't support emoji. That block is a ❤️ too.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too