ezmoji

GitHub style emojis for HTML

Usage no npm install needed!

<script type="module">
  import ezmoji from 'https://cdn.skypack.dev/ezmoji';
</script>

README

ezmoji

GitHub style :emojis: for HTML

Install

<!-- source -->
<script defer src="https://ezmoji.arakilian0.com/ezmoji.js"></script>
<!-- minified -->
<script defer src="https://ezmoji.arakilian0.com/ezmoji.min.js"></script>

Usage

<div>
    <h1>:smile: Hello World</h1>
<div>

The code above would become the following:

<div>
    <h1>😄 Hello World</h1>
<div>

Check out all the available emojis!

Build it yourself

git clone https://github.com/arakilian0/ezmoji.git
cd ezmoji
npm install
npm run start
npm run compress

Note

A list of emojis that are currently not supported:

  • People
    • bowtie
    • relaxed
    • neckbeard
    • couplekiss
    • feelsgood
    • finnadie
    • goberserk
    • godmode
    • hurtrealbad
    • rage1
    • rage2
    • rage3
    • rage4
    • suspect
    • trollface
  • Nature
    • octocat
    • squirrel
  • Symbols
    • black_square
    • white_square
    • shipit

License

MIT License

Copyright (c) 2019 Michael Arakilian

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.