Skip to contents

Query from https://data.jsdelivr.com/v1/package/npm/ under the hood.

Usage

get_dependency_assets(dep, tag = "latest")

Arguments

dep

Library name.

tag

Library version. Default to latest.

Value

A list of url containing links to CSS and JS dependencies for the given library.

Examples

if (FALSE) { # \dontrun{
 get_dependency_assets("bootstrap")
 get_dependency_assets("framework7", tag = "5.5.5")
} # }