UNPKG
interweave-emoji
Version:
latest (7.0.1)
next (5.0.0-alpha.0)
7.0.1
7.0.0
6.0.2
6.0.1
6.0.0
5.4.0
5.3.1
5.3.0
5.2.2
5.2.1
5.2.0
5.1.1
5.1.0
5.0.0
5.0.0-alpha.0
4.1.1
4.1.0
4.0.1
4.0.0
4.0.0-alpha.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
3.0.0-alpha.0
2.1.0
2.0.1
2.0.0
2.0.0-4
2.0.0-3
2.0.0-2
2.0.0-1
2.0.0-0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-rc.0
0.1.1
0.1.0
Emoji support for Interweave.
github.com/milesj/interweave
milesj/interweave
interweave-emoji
/
src
/
constants.ts
6 lines
(5 loc)
•
230 B
text/typescript
View Raw
1
2
3
4
5
6
// We hardcode these values so that newer emojis
// are not displayed for devices that do not support
// them yet. Support cycle is twice a year.
export
const
MAX_EMOJI_VERSION
=
14
;
export
const
LATEST_DATASET_VERSION
=
'7.0.1'
;