Skip to contents

Opens an interactive Shiny app for designing hex stickers visually. The app provides live preview, theme selection, icon picking, custom color overrides, and PNG export.

Usage

hexmakr_app(...)

Arguments

...

Additional arguments passed to shiny::runApp().

Value

Does not return; runs the Shiny app.

Details

Launch the hexmakR Shiny App

Examples

if (interactive()) {
  hexmakr_app()
}