README
¶
Ebiten Emoji
Alpha version: The API is not stable yet
Package emoji provides Emoji images for Ebiten.

Usage
func (*YourGame) Draw(screen *ebiten.Image) {
screen.DrawImage(emoji.Image("🍣"), nil)
}
Documentation
¶
Package emoji provides Emoji images for Ebiten.
func Image(str string) *ebiten.Image
Image returns an ebiten.Image with the specified string.
If there is no matched image, Image returns nil.
Ebiten images are cached internally. Then, the same object is returned for the same string.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.