Read in the meme you wish to create

meme_get(memename)

Arguments

memename

A character describing the meme to get. See meme_list

To add a new meme to the data

First

Add the meme to the inst/extdata folder (png)

Then

Add row to the blankmemes data dplyr::add_row(blankmemes, filename = "...", name = "...")

Finally

Run usethis::use_data(blankmemes, overwrite = T)

Examples

meme_get("AllTheThings")
#> # A tibble: 1 x 7 #> format width height colorspace matte filesize density #> <chr> <int> <int> <chr> <lgl> <int> <chr> #> 1 PNG 500 297 sRGB TRUE 141110 28x28