ByteMD plugin to support Gemoji shortcodes
npm install @bytemd/plugin-gemoji
ByteMD plugin to support Gemoji shortcodes
``js
import gemoji from '@bytemd/plugin-gemoji'
import { Editor } from 'bytemd'
new Editor({
target: document.body,
props: {
plugins: [
gemoji(),
// ... other plugins
],
},
})
``
MIT