1.0.3 • Published 3 years ago

emoji_encoding_decoding v1.0.3

Weekly downloads
5
License
ISC
Repository
-
Last release
3 years ago

Emoji Encoding Decoding

Installation

This is a Node.js module available through the npm registry. Installation is done using the npm install command:

$ npm install emoji_encoding_decoding

Load emoji_encoding_decoding as a CommonJS Module

const  emojiLib = require('emoji_encoding_decoding');

var  x = emojiLib.EmojiEncode('😃');
console.log(x);

var  y = emojiLib.EmojiDecode('\uD83D\uDE03');
console.log(y);

Load emoji_encoding_decoding as a transpiled ES6/UMD module

import { EmojiEncode, EmojiDecode } from  'emoji_encoding_decoding';

let  x = EmojiEncode('😃')
console.log(x)

let  y = EmojiDecode('\uD83D\uDE03')
console.log(y);

Use with your existing framework

  • Angular JS
  • Angular
  • Laravel
  • CakePHP
  • React JS
  • Vue JS
  • Yii2
  • Yii1
  • Wordpress
  • Symfony
  • Lumen
  • Reactive
  • Javascript based framework

Browser Support

At present, we officially aim to support the following browsers:

  • Chrome
  • Edge
  • Firefox
  • Safari
  • Opera
  • Internet Explorer 11
  • Safari iOS
  • Chrome, Firefox and Default Browser Android

Technical Support or Questions

If you have questions or need help integrating the editor please contact me golapyd@gmail.com instead of opening an issue.

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago