🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

gatsby-remark-gemoji-to-emoji

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-remark-gemoji-to-emoji

Transform Gemoji shortcodes to Unicode emoji.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

gatsby-remark-gemoji-to-emoji

Build Status codecov

Transform Gemoji shortcodes to Unicode emoji using remark-gemoji-to-emoji

Install

npm install --save gatsby-remark-gemoji-to-emoji

How to use

In your gatsby-config.js

plugins: [
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        "gatsby-remark-gemoji-to-emoji"
      ],
    },
  },
];

License

MIT

Keywords

gatsby

FAQs

Package last updated on 12 Apr 2018

Did you know?

Socket

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