https://github.com/99x/emojideno
Emoji :smile: for deno developers :+1:
https://github.com/99x/emojideno
deno emojis hacktoberfest library typescript-library
Last synced: 11 days ago
JSON representation
Emoji :smile: for deno developers :+1:
- Host: GitHub
- URL: https://github.com/99x/emojideno
- Owner: 99x
- License: mit
- Created: 2020-06-21T09:23:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T15:02:34.000Z (over 5 years ago)
- Last Synced: 2025-09-24T20:02:06.212Z (25 days ago)
- Topics: deno, emojis, hacktoberfest, library, typescript-library
- Language: TypeScript
- Homepage:
- Size: 38.1 KB
- Stars: 12
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emojideno
[](https://github.com/99xt-incubator/emojideno/blob/master/LICENSE)
[](https://github.com/99xt-incubator/emojideno/issues)
[](https://github.com/99xt-incubator/emojideno/stargazers)
[](https://github.com/99xt-incubator/emojideno/network)
[](https://img.shields.io/github/last-commit/99xt-incubator/emojideno)Emoji :smile: for deno developers :+1:
This will convert emoji codes in strings to unicode emojis.
```typescript
emojize("Emoji :laptop_computer: for deno :+1:")
```**Output string**
> Emoji 💻 for deno 👍
**Sample program**
```typescript
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](https://github.com/99xt-incubator/emojideno/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