Creates the UI for image rendering
Creates the server for image rendering, complete with customizable image width/height
mod_render_image_ui(id)
mod_render_image_server(
input,
output,
session,
obj_path,
input_width = NULL,
input_height = NULL
)
the id
the input variables from [shiny::callModule()]
the output variables from [shiny::callModule()]
the session from [shiny::callModule()]
image filepath
image width
image height
UI for the image rendering for the dashboard