Skip to content

Latest commit

 

History

History
 
 

plugin-gemoji

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@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