UNPKG

nodebb-plugin-composer-quill

Version:

Quill Composer for NodeBB

9 lines (6 loc) 216 B
'use strict'; var Sockets = module.exports; Sockets.getEmojiTable = function (socket, data, callback) { const table = require.main.require('nodebb-plugin-emoji/build/emoji/table.json'); callback(null, table); };