add-script
v1.0.1
Published
A module that takes a url and a callback that will be run when the script is loaded
Readme
A module that takes a url and a callback that will be run when the script is loaded.
var addScript = require('add-script')
addScript(script, function() {
// script is loaded
})