Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minagishl/hono-twemoji
Easy to use Twemoji service with Hono and Cloudflare Pages
https://github.com/minagishl/hono-twemoji
cloudflare-pages hono twemoji typescript
Last synced: about 1 month ago
JSON representation
Easy to use Twemoji service with Hono and Cloudflare Pages
- Host: GitHub
- URL: https://github.com/minagishl/hono-twemoji
- Owner: minagishl
- License: mit
- Created: 2024-11-23T15:55:09.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-23T16:59:51.000Z (about 1 month ago)
- Last Synced: 2024-11-23T17:28:37.218Z (about 1 month ago)
- Topics: cloudflare-pages, hono, twemoji, typescript
- Language: TypeScript
- Homepage: https://hono-twemoji.pages.dev
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hono Twemoji
This repository contains code that converts an emoji into a Twemoji and returns it as an image.
## Usage
All requests return an image stream to be used directly in an `` tag.
**Example of returning `thumbs up` for Twemoji:**
```
https://hono-twemoji.pages.dev/emoji/👍.png
```**Get a list of Twemoji URLs:**
```
https://hono-twemoji.pages.dev/api/emoji/👍
```**Get the URL of a specific format of Twemoji:**
```
https://hono-twemoji.pages.dev/api/emoji/👍?format=svg
```Available formats are `png`, `svg`
## License
`hono-twemoji` project is licensed under the [MIT License](LICENSE).