mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-26 07:36:44 -06:00
798aedfc0f
* Supports Emoji 13.1 * Fix regex
3 lines
138 B
TypeScript
3 lines
138 B
TypeScript
const twemojiRegex = require('twemoji-parser/dist/lib/regex').default;
|
|
|
|
export const emojiRegex = new RegExp(`(${twemojiRegex.source})`);
|