@bytemd/plugin-gemoji

ByteMD plugin to support Gemoji shortcodes

Usage no npm install needed!

<script type="module">
  import bytemdPluginGemoji from 'https://cdn.skypack.dev/@bytemd/plugin-gemoji';
</script>

README

@bytemd/plugin-gemoji

npm

ByteMD plugin to support Gemoji shortcodes

Usage

import { Editor } from 'bytemd'
import gemoji from '@bytemd/plugin-gemoji'

new Editor({
  target: document.body,
  props: {
    plugins: [
      gemoji(),
      // ... other plugins
    ],
  },
})

License

MIT