emoji-compatibility-checker
v0.0.2
Published
A minimalistic library for checking if the platform supports unicode emoji.
Downloads
2
Readme
emoji-compatibility-checker
A minimalistic library for checking if the platform supports unicode emoji.
Usage
const canRenderEmoji = require('emoji-compatibility-checker')
if (canRenderEmoji()) {
console.log('Yes!')
} else {
console.log('Nope!')
}