emoticon.js

1.0.0 • Public • Published

emoticon.js

Simple javascript library to generate random text emoticon. demo here.

travis-ci

Usage

Install with npm.

npm install emoticon.js

  • Import it with script tag in HTML.

    insert the code below between <body> and </body>.

    <script src="dist/emoticon.min.js"></script>
  • Import it with require.

    var emoticon = require('emoticon.js');
    //or
    import emoticon from 'emoticon.js';

Then you can use it with emoticon();;

console.log(emoticon()); // {︶。︶}┛

LICENSE

MIT @hustcc

Package Sidebar

Install

npm i emoticon.js

Homepage

aibq.cn/

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • atool