Skip to content

Instantly share code, notes, and snippets.

@SunXiaoShan
Created October 14, 2018 02:04
Show Gist options
  • Save SunXiaoShan/077e6c668f5c0e5e028251ed148385f2 to your computer and use it in GitHub Desktop.
Save SunXiaoShan/077e6c668f5c0e5e028251ed148385f2 to your computer and use it in GitHub Desktop.
let noseOptions = ["πŸ‘ƒ", "🐽", "πŸ’§", " "]
let eyeOptions = ["πŸ‘", "πŸŒ•", "🌟", "πŸ”₯", "⚽️", "πŸ”Ž", " "]
let mouthOptions = ["πŸ‘„", "πŸ‘…", "❀️", " "]
let hatOptions = ["πŸŽ“", "🎩", "🧒", "β›‘", "πŸ‘’", " "]
let features = ["nose", "leftEye", "rightEye", "mouth", "hat"]
let featureIndices = [[9], [1064], [42], [24, 25], [20]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment