emoji

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2025 License: MIT Imports: 8 Imported by: 0

README

goemoji

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EmojiMap = map[string]Emoji{}/* 4704 elements not displayed */

Functions

func ConvertJson2Go

func ConvertJson2Go()

func GetEmojiJson

func GetEmojiJson()

Types

type Emoji

type Emoji struct {
	Slug        string    `json:"slug"`
	Character   string    `json:"character"`
	UnicodeName string    `json:"unicodeName"`
	CodePoint   string    `json:"codePoint"`
	Group       string    `json:"group"`
	SubGroup    string    `json:"subGroup"`
	Variants    []Variant `json:"variants,omitempty"`
}

type Variant

type Variant struct {
	Slug      string `json:"slug"`
	Character string `json:"character"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL