Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

analogjupiter/Emoji-D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ™‚πŸ“š Emoji-D

Unicode Emoji enum library for the D Programming Language.

This library has been generated with the bundled list processor.

Usage

Just add this library as dependency to your DUB project file.

import std.stdio;
import emojid;

void main()
{
    writeln(cast(string)(Smileys.slightlySmilingFace));
    
    string message = "Hello World " ~ People.wavingHand;
    writeln(message);
}

About

πŸ™‚πŸ“š Unicode Emoji library for the D Programming language

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages