diff --git a/memes.json b/memes.json index b442c10..a766d47 100644 --- a/memes.json +++ b/memes.json @@ -1415,12 +1415,64 @@ "y_range": [0.74, 0.89], "font_size": 0.07 }] +},{ + "id": "pasta", + "template": "pasta.jpg", + "aliases": ["vista", "italian"], + "info": "https://knowyourmeme.com/photos/1272835-how-italians-do-things", + "texts": [] +},{ + "id": "holup", + "template": "holup.jpg", + "aliases": ["hold_up"], + "info": "https://knowyourmeme.com/memes/vault-boy-hold-up", + "texts": [] +},{ + "id": "wtf", + "template": "wtf.jpg", + "aliases": ["excuse_me"], + "info": "https://knowyourmeme.com/memes/excuse-me-what-the-fuck", + "texts": [] +},{ + "id": "stonks", + "template": "stonks.jpg", + "aliases": [], + "info": "https://knowyourmeme.com/memes/stonks", + "texts": [] +},{ + "id": "doubt", + "template": "doubt.jpg", + "aliases": ["press_x"], + "info": "https://knowyourmeme.com/memes/la-noire-doubt-press-x-to-doubt", + "texts": [] +},{ + "id": "listen", + "template": "listen.jpg", + "aliases": ["chicken","little_shit"], + "info": "https://knowyourmeme.com/memes/listen-here-you-little-shit", + "texts": [] +},{ + "id": "head_out", + "template": "head_out.jpg", + "aliases": ["ight"], + "info": "https://knowyourmeme.com/memes/ight-imma-head-out", + "texts": [] +},{ + "id": "money", + "template": "money.jpg", + "aliases": ["fry"], + "info": "https://knowyourmeme.com/memes/shut-up-and-take-my-money", + "texts": [] +},{ + "id": "white", + "template": "white.jpg", + "aliases": ["magazine"], + "info": "https://knowyourmeme.com/memes/dave-chappelle-reading-white-people-magazine", + "texts": [] },{ "id": "", "template": "", "aliases": [], - "based_on": "white_text", "info": "", - "font_size": 0.05, "texts": [] }] diff --git a/templates/doubt.jpg b/templates/doubt.jpg new file mode 100644 index 0000000..db5a9df Binary files /dev/null and b/templates/doubt.jpg differ diff --git a/templates/head_out.jpg b/templates/head_out.jpg new file mode 100644 index 0000000..63bcdcc Binary files /dev/null and b/templates/head_out.jpg differ diff --git a/templates/holup.jpg b/templates/holup.jpg new file mode 100644 index 0000000..41ecad7 Binary files /dev/null and b/templates/holup.jpg differ diff --git a/templates/listen.jpg b/templates/listen.jpg new file mode 100644 index 0000000..ca7d9ae Binary files /dev/null and b/templates/listen.jpg differ diff --git a/templates/money.jpg b/templates/money.jpg new file mode 100644 index 0000000..09d411d Binary files /dev/null and b/templates/money.jpg differ diff --git a/templates/pasta.jpg b/templates/pasta.jpg new file mode 100644 index 0000000..5e6c3b9 Binary files /dev/null and b/templates/pasta.jpg differ diff --git a/templates/stonks.jpg b/templates/stonks.jpg new file mode 100644 index 0000000..48a536c Binary files /dev/null and b/templates/stonks.jpg differ diff --git a/templates/white.jpg b/templates/white.jpg new file mode 100644 index 0000000..3491365 Binary files /dev/null and b/templates/white.jpg differ diff --git a/templates/wtf.jpg b/templates/wtf.jpg new file mode 100644 index 0000000..b93c28a Binary files /dev/null and b/templates/wtf.jpg differ