Fix Emoji Not Being Colored On Windows – Emoji-Fixer

Category: Javascript | December 20, 2021
Authorshy2net
Last UpdateDecember 20, 2021
LicenseMIT
Tags
Views63 views
Fix Emoji Not Being Colored On Windows – Emoji-Fixer

Emoji-Fixer is a JavaScript library used to fix the issue that emoji cannot be colored correctly on Windows OS.

How to use it:

1. Install the package and import the Emoji-Fixer.

# NPM
$ npm i react-window emoji-fixer
import fixEmojis from './dist/index.js';
// Or from a CDN
import fixEmojis from 'https://cdn.jsdelivr.net/npm/emoji-fixer';

2. Fix all of the emojis found within the entire document. That’s it.

fixEmojis('body');

You Might Be Interested In:


Leave a Reply