@kosmotema/bytemd-plugin-gemoji
TypeScript icon, indicating that this package has built-in type declarations

1.27.3 • Public • Published

@kosmotema/bytemd-plugin-gemoji

npm

ByteMD plugin to support Gemoji shortcodes

Usage

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

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

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @kosmotema/bytemd-plugin-gemoji

Weekly Downloads

1

Version

1.27.3

License

MIT

Unpacked Size

145 kB

Total Files

8

Last publish

Collaborators

  • kosmotema