14 lines
545 B
JavaScript
14 lines
545 B
JavaScript
/*
|
|
* Copyright (C) 2026 Mateusz Gruszczyński @linuxiarz.pl
|
|
* Source-Available Code / Dual-Licensed.
|
|
*
|
|
* Free for non-commercial and evaluation use under terms of BSL/GPLv3.
|
|
* Commercial or production use requires a valid paid license.
|
|
* See LICENSE file in repository root for details.
|
|
*/
|
|
|
|
// Generated from Unicode Emoji 17.0 emoji-test.txt.
|
|
// Native glyphs use the platform emoji font (Apple style on Apple devices).
|
|
export { EMOJI_GROUPS } from "@rustpad/emoji-groups";
|
|
export { EMOJI_SHORTCODES } from "@rustpad/emoji-shortcodes";
|