Socket
Socket
Sign inDemoInstall

remark-gemoji-to-emoji

Package Overview
Dependencies
4
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    remark-gemoji-to-emoji

Transform gemoji shortcodes into emoji unicodes


Version published
Maintainers
1
Install size
247 kB
Created

Readme

Source

remark-gemoji-to-emoji Build Status

remark plug-in to transform gemoji shortcodes into emoji unicodes

Installation

npm:

npm install remark-gemoji-to-emoji

Usage

var remark = require('remark');
var gemojiToEmoji = require('remark-gemoji-to-emoji');

var doc = remark().use(gemojiToEmoji).processSync(':smile: :+1:');
console.log(doc);

Yields:

😄 👍

API

remark().use(gemojiToEmoji)

Transform gemoji shortcodes into emoji unicodes (like :smile: into 😄).

License

MIT © Max Wu

Keywords

FAQs

Last updated on 28 Feb 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc