Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasCharacter ¶ added in v0.3.0
func HasShortcode ¶ added in v0.2.0
func WithEmojiSet ¶ added in v0.3.0
Types ¶
type Emoji ¶
type Emoji struct {
Name string `json:"name"`
Character string `json:"emoji"`
Description string `json:"description"`
Characters int `json:"characters"`
Codepoint string `json:"codepoint"`
Hex string `json:"hex"`
Shortcode string `json:"shortcode"`
Variant bool `json:"variant"`
ZWJ bool `json:"zwj"`
}
type Set ¶ added in v0.3.0
func (*Set) FindByCharacter ¶ added in v0.3.0
func (*Set) FindByShortcode ¶ added in v0.3.0
func (*Set) ListProfiles ¶ added in v0.9.0
Click to show internal directories.
Click to hide internal directories.