@philcrp/emojilib 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +73 -0
- package/index.json +1872 -0
- package/package.json +27 -0
package/README.md
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img width="160" src="https://npm.elemecdn.com/@lobehub/assets/logo/logo-3d.webp">
|
|
3
|
+
</p>
|
|
4
|
+
<h1 align="center">@lobehub/emojilib</h1>
|
|
5
|
+
|
|
6
|
+
<div align="center">
|
|
7
|
+
|
|
8
|
+
Emoji data from unicode.org"
|
|
9
|
+
|
|
10
|
+
[Changelog](./CHANGELOG.md) · [Report Bug][issues-url] · [Request Feature][issues-url]
|
|
11
|
+
|
|
12
|
+
<!-- SHIELD GROUP -->
|
|
13
|
+
|
|
14
|
+
[![release][release-shield]][release-url]
|
|
15
|
+
[![releaseDate][release-date-shield]][release-date-url]
|
|
16
|
+
[![ciRelease][ci-release-shield]][ci-release-url] <br/>
|
|
17
|
+
[![contributors][contributors-shield]][contributors-url]
|
|
18
|
+
[![forks][forks-shield]][forks-url]
|
|
19
|
+
[![stargazers][stargazers-shield]][stargazers-url]
|
|
20
|
+
[![issues][issues-shield]][issues-url]
|
|
21
|
+
|
|
22
|
+
</div>
|
|
23
|
+
|
|
24
|
+

|
|
25
|
+
|
|
26
|
+
#### 📝 License
|
|
27
|
+
|
|
28
|
+
Copyright © 2023 [LobeHub][profile-url]. <br />
|
|
29
|
+
This project is [MIT](./LICENSE) licensed.
|
|
30
|
+
|
|
31
|
+
<!-- LINK GROUP -->
|
|
32
|
+
|
|
33
|
+
[profile-url]: https://github.com/lobehub
|
|
34
|
+
[gitpod-url]: https://gitpod.io/#https://github.com/lobehub/lobe-assets
|
|
35
|
+
|
|
36
|
+
<!-- SHIELD LINK GROUP -->
|
|
37
|
+
|
|
38
|
+
[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square
|
|
39
|
+
|
|
40
|
+
<!-- release -->
|
|
41
|
+
|
|
42
|
+
[release-shield]: https://img.shields.io/npm/v/@lobehub/emojilib?label=%F0%9F%A4%AF%20NPM
|
|
43
|
+
[release-url]: https://www.npmjs.com/package/@lobehub/emojilib
|
|
44
|
+
|
|
45
|
+
<!-- releaseDate -->
|
|
46
|
+
|
|
47
|
+
[release-date-shield]: https://img.shields.io/github/release-date/lobehub/lobe-assets?style=flat
|
|
48
|
+
[release-date-url]: https://github.com/lobehub/lobe-assets/releases
|
|
49
|
+
|
|
50
|
+
<!-- ciRelease -->
|
|
51
|
+
|
|
52
|
+
[ci-release-shield]: https://github.com/lobehub/lobe-assets/workflows/Release%20CI/badge.svg
|
|
53
|
+
[ci-release-url]: https://github.com/lobehub/lobe-assets/actions?query=workflow%3ARelease%20CI
|
|
54
|
+
|
|
55
|
+
<!-- contributors -->
|
|
56
|
+
|
|
57
|
+
[contributors-shield]: https://img.shields.io/github/contributors/lobehub/lobe-assets.svg?style=flat
|
|
58
|
+
[contributors-url]: https://github.com/lobehub/lobe-assets/graphs/contributors
|
|
59
|
+
|
|
60
|
+
<!-- forks -->
|
|
61
|
+
|
|
62
|
+
[forks-shield]: https://img.shields.io/github/forks/lobehub/lobe-assets.svg?style=flat
|
|
63
|
+
[forks-url]: https://github.com/lobehub/lobe-assets/network/members
|
|
64
|
+
|
|
65
|
+
<!-- stargazers -->
|
|
66
|
+
|
|
67
|
+
[stargazers-shield]: https://img.shields.io/github/stars/lobehub/lobe-assets.svg?style=flat
|
|
68
|
+
[stargazers-url]: https://github.com/lobehub/lobe-assets/stargazers
|
|
69
|
+
|
|
70
|
+
<!-- issues -->
|
|
71
|
+
|
|
72
|
+
[issues-shield]: https://img.shields.io/github/issues/lobehub/lobe-assets.svg?style=flat
|
|
73
|
+
[issues-url]: https://github.com/lobehub/lobe-assets/issues/new/choose
|