Skip to contents

Generate JavaScript file for hexsession

Usage

generate_hexsession_js(
  logopaths,
  urls,
  dark_mode,
  output_js,
  highlight_mode = FALSE,
  pkg_names = NULL,
  focus = NULL
)

Arguments

logopaths

Vector of image paths

urls

Vector of URLs

dark_mode

Use dark mode, inherited from make_tile

output_js

Path to save the JavaScript file

highlight_mode

Use highlight mode, inherited from make_tile

pkg_names

Vector of package names (optional)

focus

Vector of package names to focus on (optional)