srcsrcR DocumentationGet the source link of a JavaScript library#Description#Get the source link of a JavaScript libraryUsage#src(x)CopyArguments#xA character string; name of the JavaScript libraryValue#A character string; the path to the library.Examples#src("mathjs")src("p5")Copy