文件名称:rate-limited-image-loader:将在遵守速率限制的同时加载一系列图像
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-18 07:52:40
JavaScript
限速图片加载器 将在遵守速率限制的同时加载一系列图像。 例子 // the following will create a loader // which will load 2 images every 1000 milliseconds var loader = require ( 'rate-limited-image-loader' ) ( 2 , 1000 ) ; var images = [ 'imageURL.jpg' , 'imageURL.png' , 'imageURL1.jpg' , 'imageURL1.png' ] ; // Load in images. // The api is based around https://github.com/Jam3/async-image-loader loader ( images , function (
【文件预览】:
rate-limited-image-loader-master
----test()
--------index.js(1KB)
----LICENSE.md(1KB)
----README.md(3KB)
----.gitignore(56B)
----index.js(1KB)
----package.json(886B)