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.
Arguments
- ...
Additional arguments passed to
shiny::runApp().
See also
Other stickers:
hex_sticker(),
save_hex(),
save_hex_svg()
Examples
if (interactive()) {
hexmakr_app()
}