1.1.0 • Published 11 months ago

tiptap-editor-extension-emoji v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months 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

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago