文件名称:image-progress:通过 XHR 加载图像和调度加载事件的包装器
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-22 20:32:10
JavaScript
图像处理 通过 XHR 加载图像和调度进度事件的包装器。 如何使用 1.安装插件。 使用 npm: npm i image-progress --save 使用组件(1): component install ayamflow/image-progress 2. 使用 var Progress = require ( 'image-progress' ) ; var img = new Progress ( 'test-img.png' ) ; img . on ( 'error' , function ( event ) { console . log ( 'there has been an error' , event ) ; } ) ; img . on ( 'progress' , function ( event ) { console . log
【文件预览】:
image-progress-master
----test()
--------index.js(1KB)
----README.md(3KB)
----component.json(338B)
----.gitignore(22B)
----index.js(2KB)
----package.json(724B)