Package emoji provides Emoji images for Ebitengine.
This library is forked from
ebiten/emoji
. The original author has achieved the project. I will update it withgooglefonts/noto-emoji
project.
go get -u github.com/EbitenPot/emoji
func (*Game) Draw(screen *ebiten.Image) {
screen.DrawImage(emoji.Image("🍣"), nil)
}