R/tingle-dependencies.R

Defines functions useTingle

Documented in useTingle

#' @rdname tingle
#' @export 
useTingle <- function() {
  htmltools::htmlDependency(
    name = "tingle",
    version = "0.1.0",
    src = c(file = "tingle"),
    script = list(list(src = "js/tingle.min.js", defer = NA), 
                  list(src = "js/sbyTingle.js", defer = NA)),
    stylesheet = "css/tingle.min.css",
    package = "standby"
  ) 
}

Try the standby package in your browser

Any scripts or data that you put into this service are public.

standby documentation built on Oct. 30, 2024, 9:30 a.m.