-
v2.3.1 Stable
released this
2021-11-03 06:17:48 +00:00 | 48 commits to main since this releaseAutomated Deployment
Automated deployments are back with v2.3.1 and each subsequently pushed tag.
The emoji package is deployed multiple repositories
- npmjs: https://www.npmjs.com/package/@lewismoten/emoji
- github packages: https://npm.pkg.github.com/
npm install @lewismoten/emoji@2.3.1 --save-devDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.3.0 Stable
released this
2021-11-03 06:02:35 +00:00 | 50 commits to main since this releaseUI Changes
- Search emoji name
- Click emoji to copy key name to clipboard
- Sample code is displayed to write out the last clicked emoji to the console
- Encoded emoji is displayed
- Darkened Theme
- Documentation updated
Workflow
- After cleaning up 3600 automated releases triggering itself for a day, workflow is no longer updating the version
- Added workflow to clean up old versions (2.2.14 - 2.2.3683), and subsequently removed all prior versions as well.
var emoji = require("@lewismoten/emoji"); console.log(emoji.familyManWomanGirl); // 👨👩👧 \u{1f468}\u200d\u{1f469}\u200d\u{1f467}Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.2.13 Stable
released this
2021-11-01 08:26:14 +00:00 | 3749 commits to main since this releaseInitial debut.
- Exports an object as name/value pairs
- Includes scraper to generate list of emoji names and values from unicode.org
- Demonstration of package in use (see index.html )
- Live demo https://lewismoten.github.io/emoji/
- Workflow added to publish to npmjs.org and github package repositories
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
