Skip to content

Commit

Permalink
Merge pull request needim#38 from lolgans/master
Browse files Browse the repository at this point in the history
Updated the Readme slightly
  • Loading branch information
needim authored Oct 17, 2017
2 parents 714c82b + beb4c10 commit c97f0ff
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,16 @@ wdtEmojiBundle.defaults.emojiSheets.messenger = './sheet_messenger.png'; // def

===

Set emoji set default sheet
Set emoji set default sheet (this has to be done before the init)

```javascript
wdtEmojiBundle.defaults.type = 'apple';
wdtEmojiBundle.defaults.emojiType = 'apple';
```

otherwise use

```javascript
wdtEmojiBundle.changeType(emojiType);
```

===
Expand Down

0 comments on commit c97f0ff

Please sign in to comment.