Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idoshamun/emoji-parser
a web component which transforms a text with colons/unicode based emojis into a HTML which shows them
https://github.com/idoshamun/emoji-parser
Last synced: 26 days ago
JSON representation
a web component which transforms a text with colons/unicode based emojis into a HTML which shows them
- Host: GitHub
- URL: https://github.com/idoshamun/emoji-parser
- Owner: idoshamun
- License: mit
- Created: 2016-07-07T14:41:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T19:50:39.000Z (over 8 years ago)
- Last Synced: 2024-09-10T13:17:38.648Z (about 2 months ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build status](https://travis-ci.org/idoshamun/emoji-parser.svg?branch=master)](https://travis-ci.org/idoshamun/emoji-parser)
##<emoji-parser>
`` transforms a text with colons/unicode based emojis into a HTML which shows them.
For more information about the parsing and the parameter, please refer to [js-emoji](https://github.com/iamcal/js-emoji).Example:
```html
```
### Styling
The following custom properties and mixins are available for styling:Custom property | Description | Default
----------------|-------------|----------
`--emoji-size` | The emoji span size | `1.3em`
`--emoji-vertical-align` | The emoji vertical align | `bottom`