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