@stdlib/datasets-emoji-picto-code 0.0.7 → 0.0.8
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/NOTICE +1 -1
- package/README.md +40 -2
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2022 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ limitations under the License.
|
|
|
20
20
|
|
|
21
21
|
# Emoji Pictographs and Codes
|
|
22
22
|
|
|
23
|
-
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
|
|
23
|
+
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
|
|
24
24
|
|
|
25
25
|
> Map emoji pictographs to codes.
|
|
26
26
|
|
|
@@ -119,6 +119,8 @@ npm install -g @stdlib/datasets-emoji-picto-code
|
|
|
119
119
|
|
|
120
120
|
</section>
|
|
121
121
|
|
|
122
|
+
<!-- CLI usage documentation. -->
|
|
123
|
+
|
|
122
124
|
<section class="usage">
|
|
123
125
|
|
|
124
126
|
### Usage
|
|
@@ -172,6 +174,23 @@ The data files (databases) are licensed under an [Open Data Commons Public Domai
|
|
|
172
174
|
|
|
173
175
|
<!-- </license> -->
|
|
174
176
|
|
|
177
|
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
|
|
178
|
+
|
|
179
|
+
<section class="related">
|
|
180
|
+
|
|
181
|
+
* * *
|
|
182
|
+
|
|
183
|
+
## See Also
|
|
184
|
+
|
|
185
|
+
- <span class="package-name">[`@stdlib/datasets/emoji`][@stdlib/datasets/emoji]</span><span class="delimiter">: </span><span class="description">emoji.</span>
|
|
186
|
+
- <span class="package-name">[`@stdlib/datasets/emoji-code-picto`][@stdlib/datasets/emoji-code-picto]</span><span class="delimiter">: </span><span class="description">emoji codes and pictographs.</span>
|
|
187
|
+
|
|
188
|
+
</section>
|
|
189
|
+
|
|
190
|
+
<!-- /.related -->
|
|
191
|
+
|
|
192
|
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
|
|
193
|
+
|
|
175
194
|
|
|
176
195
|
<section class="main-repo" >
|
|
177
196
|
|
|
@@ -191,7 +210,7 @@ For more information on the project, filing bug reports and feature requests, an
|
|
|
191
210
|
|
|
192
211
|
## Copyright
|
|
193
212
|
|
|
194
|
-
Copyright © 2016-
|
|
213
|
+
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
195
214
|
|
|
196
215
|
</section>
|
|
197
216
|
|
|
@@ -210,9 +229,20 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
210
229
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-emoji-picto-code/main.svg
|
|
211
230
|
[coverage-url]: https://codecov.io/github/stdlib-js/datasets-emoji-picto-code?branch=main
|
|
212
231
|
|
|
232
|
+
<!--
|
|
233
|
+
|
|
213
234
|
[dependencies-image]: https://img.shields.io/david/stdlib-js/datasets-emoji-picto-code.svg
|
|
214
235
|
[dependencies-url]: https://david-dm.org/stdlib-js/datasets-emoji-picto-code/main
|
|
215
236
|
|
|
237
|
+
-->
|
|
238
|
+
|
|
239
|
+
[umd]: https://github.com/umdjs/umd
|
|
240
|
+
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
241
|
+
|
|
242
|
+
[deno-url]: https://github.com/stdlib-js/datasets-emoji-picto-code/tree/deno
|
|
243
|
+
[umd-url]: https://github.com/stdlib-js/datasets-emoji-picto-code/tree/umd
|
|
244
|
+
[esm-url]: https://github.com/stdlib-js/datasets-emoji-picto-code/tree/esm
|
|
245
|
+
|
|
216
246
|
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
217
247
|
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
218
248
|
|
|
@@ -228,6 +258,14 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
228
258
|
|
|
229
259
|
[csv]: https://tools.ietf.org/html/rfc4180
|
|
230
260
|
|
|
261
|
+
<!-- <related-links> -->
|
|
262
|
+
|
|
263
|
+
[@stdlib/datasets/emoji]: https://www.npmjs.com/package/@stdlib/datasets-emoji
|
|
264
|
+
|
|
265
|
+
[@stdlib/datasets/emoji-code-picto]: https://www.npmjs.com/package/@stdlib/datasets-emoji-code-picto
|
|
266
|
+
|
|
267
|
+
<!-- </related-links> -->
|
|
268
|
+
|
|
231
269
|
</section>
|
|
232
270
|
|
|
233
271
|
<!-- /.links -->
|