Skip to content

99x/emojideno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emojideno

GitHub license GitHub issues GitHub stars GitHub forks GitHub last commit

Emoji 😄 for deno developers 👍

This will convert emoji codes in strings to unicode emojis.

emojize("Emoji :laptop_computer: for deno :+1:") 

Output string

Emoji 💻 for deno 👍

Sample program

import { emojize }  from "https://raw.githubusercontent.com/99xt-incubator/emojideno/master/mod.ts"

console.log(emojize("Emoji :laptop_computer: for deno :+1:"));

How to run sample?

$ deno run https://raw.githubusercontent.com/99xt-incubator/emojideno/master/example.ts

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request