@kwai-explore/picture.vue
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "@kwai-explore/picture.vue", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -7,3 +7,3 @@ /** vite-imagetools 风格的 picture 数据格式 */ | ||
} & SimpleImgHTMLAttributes; | ||
// avif: xxx.avif, webp: xx.webp | ||
// avif: [{src: 'xxx.avif'}], webp: [{src: xx.webp}] | ||
sources: { | ||
@@ -10,0 +10,0 @@ [key: string]: { |
Sorry, the diff of this file is not supported yet
9882