UNPKG

valine-unpkg-avmin

Version:

A simple comment system based on Leancloud, which the Leancloud component CDN is replaced to UNPKG.

6 lines (5 loc) 182 B
const Emoji = { data : require('./light.json'), parse : str => String(str).replace(/:(.+?):/g, (placeholder, key) => Emoji.data[key] || placeholder) } module.exports = Emoji