1.0.6 • Published 4 years ago
dynamic-load-script v1.0.6
dynamic-load-script
English | 简体中文
Dynamic loading (CDN / local script)
The aim of the project is to create an easy to use, lightweight, cross-browser, general purpose loading script library.
Check the code in the
exampleif there is a problem in use.
Installation
In a browser
You can use it at ./dist/*
<script src="load-script.min.js"></script>Using npm
npm install dynamic-load-script --saveUsing yarn
yarn add dynamic-load-script --saveUsage
import loadScript from 'dynamic-load-script';
loadScript('yourCDN')
.then((res) => {
// success...
})
.catch((err) => {
// fail...
});Cloning this repository
Cloning the repo with all its history results in a ~2 MB download. If you don't need the whole history you can use the depth parameter to significantly reduce download size.
git clone --depth=1 https://github.com/kangyana/dynamic-load-script.gitChange log
License
Copyright (c) 2022-present, kangyana