-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from jsumners/pr-60-tweaks
- Loading branch information
Showing
14 changed files
with
412 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
sandbox.js | ||
|
||
output/ | ||
*.alfredworkflow | ||
*.sig | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
export const NUM_SKIN_TONES = 5 | ||
const NUM_SKIN_TONES = 5 | ||
|
||
export function getRandomSkinTone () { | ||
return Math.round(Math.random() * (NUM_SKIN_TONES - 1)) | ||
module.exports = { | ||
NUM_SKIN_TONES, | ||
getRandomSkinTone () { | ||
return Math.round(Math.random() * (NUM_SKIN_TONES - 1)) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"๐ค": ["face", "hmmm", "think", "consider"], | ||
"๐ญ": ["bubble", "cloud", "speech", "thinking", "dream"], | ||
"๐ฏ": ["caption", "speech", "thinking", "mad"], | ||
"๐ฌ": ["face", "grimace", "teeth"], | ||
"๐คฎ": ["face", "sick"], | ||
"๐": ["thumbsup", "yes", "awesome", "good", "agree", "accept", "cool", "hand", "like"], | ||
"๐": ["thumbsdown", "no", "dislike", "hand"], | ||
"๐": ["animal", "monkey", "nature"], | ||
"๐ฆ": ["animal", "nature", "mystical"], | ||
"๐": ["nature", "happy", "unicorn_face", "photo", "sky", "spring"], | ||
"๐ฉ": ["weather", "thunder"], | ||
"โก": ["thunder", "weather", "lightning bolt", "fast"], | ||
"๐": ["fruit", "nature"], | ||
"๐": ["fruit", "mac", "school"], | ||
"๐": ["fruit", "nature", "food"], | ||
"๐": ["food", "fruit", "nature", "orange"], | ||
"๐": ["fruit", "nature"], | ||
"๐": ["fruit", "food", "monkey"], | ||
"๐": ["fruit", "food", "picnic", "summer"], | ||
"๐": ["fruit", "food", "wine"], | ||
"๐": ["fruit", "food", "nature"], | ||
"๐": ["fruit", "nature", "food"], | ||
"๐": ["food", "fruit"], | ||
"๐": ["fruit", "nature", "food"], | ||
"๐": ["fruit", "nature", "food"], | ||
"๐ฅฅ": ["fruit", "nature", "food", "palm"], | ||
"๐ฅ": ["fruit", "food"], | ||
"๐จโ๐ค": ["rockstar", "entertainer", "man", "human"], | ||
"๐ฅญ": ["fruit", "food", "tropical"], | ||
"๐ฅ": ["fruit", "food"], | ||
"๐ฅฆ": ["fruit", "food", "vegetable"], | ||
"๐ ": ["fruit", "vegetable", "nature", "food"], | ||
"๐": ["vegetable", "nature", "food", "aubergine"], | ||
"๐ฅ": ["fruit", "food", "pickle"], | ||
"๐ฐ": ["bet", "gamble", "vegas", "fruit machine", "luck", "casino"], | ||
"๐งธ": ["plush", "stuffed"], | ||
"๐": ["book", "read", "library", "knowledge", "literature", "learn", "study"], | ||
"๐ฑ๐น": ["lt", "flag", "nation", "country", "banner"] | ||
} |
Oops, something went wrong.