1.0.3 • Published 7 years ago

encodji v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

encodji

Serialize Javascript objects into user-friendly emoji strings.

Install

Node or Browserify:

npm install --save encodji

Script tag:

<script src="dist/encodji.js"></script>

Usage

var emojiString = encodji.encode({ a:1 }) // "🙏💞☝️👧👩👨👍💆👎🙌👎💛💪💨💨💨"
var object = encodji.decode(emojiString) // { a: 1 }
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago