Fix Emoji Not Being Colored On Windows – Emoji-Fixer

Category: Javascript | December 20, 2021
Author:shy2net
Views Total:59 views
Official Page:Go to website
Last Update:December 20, 2021
License:MIT

Preview:

Fix Emoji Not Being Colored On Windows – Emoji-Fixer

Description:

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