Documentation
Effective: September 15, 2024

Documentation | FG

info Info: This FEMOJI API is still on work no Live servers yet

FEMOJI Docs

FEMOJI is an EMOJI Changer developed by Lucy Incorporation that enables Editing and Customizing Emojis. It is now available for use on your website as well.

Usage

For FEMOJI to Work you have to have this files:

  • FEMOJI.js
  • TWEEMOJI.js

in your file directory via our API. For Example


// Example of FEMOJI API
function getEmojiDescription(alt) {
modifyEmojis(document.body);
twemoji.parse(node, {
  base: '("Your file directory")',
      folder: 'svg', // Folder
      ext: '.svg' // Either PNG, SVG
});

Adding Costom Emoji:


switch (emoji.alt) {
case '🔥': // What emoji you want to change
emoji.src = '{"Your Costom IMG, or SVG"}';
emoji.alt = '🔥'; // Add alt when emoji dont load
emoji.ariaLabel = ':fire:';emoji.id = 'emoji_cos';
if (!isInsideEmojiList) {
emoji.title = 'Fire'; // Title of the costom emoji
} else {
  emoji.setAttribute('data-title', 'Fire');
  emoji.removeAttribute('title');
}
break;

Lastly Dont Forget this code as it will run the whole FEMOJI.js


modifyEmojis(document.body);

Custom Emoji Usage

FEMOJI Works as a replacement for deault emoji of your devices to our emoji.

Normal Emoji
(DEVICE)
FEMOJI
💀
☠️
🎆
👍
💩
🔥

Please Read Privacy Policy, Terms and Agreement before using this Plugin

Try FEMOJI
FEMOJI