A lightweight JavaScript library that adds dynamic and visually appealing time-based emoji displays to your web applications. With Time-Moji, you can easily convert the current time into corresponding emojis, adding a fun and engaging element to your time displays.
Example Code:
Include the time-moji script
Using jsDelivr:
<script src="https://cdn.jsdelivr.net/npm/time-moji@latest/time-moji.js"></script>
<script src="https://cdn.jsdelivr.net/npm/time-moji@latest/time-moji.min.js"></script>
Using Unpkg:
<script src="https://unpkg.com/time-moji/time-moji.js"></script>
<script src="https://unpkg.com/time-moji/time-moji.min.js"></script>
You can also use NPM:
npm i time-moji
Time-Moji | © 2024 by Aizhe | MIT License