UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

8 lines 246 B
import { HC_EMOTICON_PREFIX } from './emoji'; export function acShortcutToEmoji(hipchatEmoticonShortName) { return { id: `${HC_EMOTICON_PREFIX}${hipchatEmoticonShortName}`, shortName: `:${hipchatEmoticonShortName}:`, text: '' }; }