文件名称:gulp-image-lqip:Gulp插件,使用lqip技术生成HTML图像占位符
文件大小:173KB
文件格式:ZIP
更新时间:2024-02-24 13:07:33
gulp gulp-plugin gulp-tasks lqip GulpJavaScript
gulp-image-lqip 解析HTML文件以查找图像,并向其中添加data-src属性,该属性包含其Base64表示形式。 安装 npm install --save-dev gulp-image-lqip 用法 const gulp = require ( 'gulp' ) ; const gulpImgLqip = require ( 'gulp-image-lqip' ) ; gulp . task ( 'default' , ( ) => { return gulp . src ( '*.html' ) // `gulp-image-lqip` needs file
【文件预览】:
gulp-image-lqip-master
----package.json(1KB)
----.eslintrc.json(169B)
----.github()
--------FUNDING.yml(79B)
--------workflows()
----test()
--------img()
--------test.html(598B)
--------gulpfile.js(840B)
--------index.html(1009B)
----LICENSE(1KB)
----package-lock.json(195KB)
----src()
--------index.js(1KB)
--------process-image.js(804B)
--------process-html.js(2KB)
----.gitignore(14B)
----demo()
--------img()
--------gulpfile.js(172B)
--------index.html(5KB)
----README.md(2KB)
----.editorconfig(167B)
----.gitattributes(43B)