pictograph
TypeScript icon, indicating that this package has built-in type declarations

2.3.0 • Public • Published

pictograph


gemoji based minimum dictionaly

About

an emoji dictionaly based on emoji.json, but only needs 10% of the capacity compared with it.

Note

  • automatic tracking updates on gemoji with Travis CI Cron Jobs.
  • this module include no ligature emoji(s).

Installing

Using npm:

$ npm install pictograph

Examples

const pictograph = require("pictograph")
console.log(pictograph.dic["100"]) // '💯'
console.log(pictograph.version) // '61e16ae891b942738a2cf6bda7b3cbe3143d8521'
console.log(pictograph.decode(":+1:")) // '👍'
console.log(pictograph.meta.version) // '2.1.0'

Properties

name type description
dic object gemoji based minimum dictionaly
version string git commit hash of gemoji used
hash string git object hash of emoji.json used
decode function convert emoji name to emoji charactor
meta.version string pictograph pacakge version

License

The MIT License. See LICENSE.

Readme

Keywords

none

Package Sidebar

Install

npm i pictograph

Weekly Downloads

12

Version

2.3.0

License

MIT

Unpacked Size

38.7 kB

Total Files

6

Last publish

Collaborators

  • otofune