Skip to content

Instantly share code, notes, and snippets.

View condwanaland's full-sized avatar
🎈

Conor Neilson condwanaland

🎈
View GitHub Profile
@jeroen
jeroen / magickshiny.R
Last active August 26, 2020 08:09
Magick shiny demo
# Minimal example of Shiny widget using 'magick' images
ui <- fluidPage(
titlePanel("Magick Shiny Demo"),
sidebarLayout(
sidebarPanel(
fileInput("upload", "Upload new image", accept = c('image/png', 'image/jpeg')),
textInput("size", "Size", value = "500x500"),