1.1.0 • Published 1 year ago

tiptap-editor-extension-emoji v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

TipTap Emoji Node Extension

Documentation is available at https://tiptap.dev/docs/editor/extensions/nodes/emoji.

Install

npm install tiptap-editor-extension-emoji

Usage

import { TiptapExtensionEmoji } from 'tiptap-editor-extension-emoji'

// Contact the author to get a license key and unique identifier

const Emoji = TiptapExtensionEmoji({
  licenseKey: 'your-license-key',
  uniqueIdentifier: 'your-unique-identifier',
  domain: 'your-domain'
});


const editor = useEditor({
extensions: [
  StarterKit,
  Emoji.configure({
    emojis: gitHubEmojis,
    enableEmoticons: true,
  }),
];

Test Dev

licenseKey=4CB8D9C11CE85B0EEED6751FE7BAAEB9
uniqueIdentifier=tiptap-emoji
domain=localhost

Production contact the author

Email: reactjseditor@gmail.com
1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago