Skip to content

{︶。︶}┛ simple javascript library to generate random text emoticon.

License

Notifications You must be signed in to change notification settings

hustcc/emoticon.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emoticon.js

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

travis-ci npm

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 code from emoticon.

About

{︶。︶}┛ simple javascript library to generate random text emoticon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published