@cas-smartdesign/image-tools 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/docs/doc.mjs +1 -2
- package/package.json +3 -3
- package/readme.md +0 -2
package/dist/docs/doc.mjs
CHANGED
|
@@ -122,8 +122,7 @@ If not specified, it is autodetected based on the element type.</li>
|
|
|
122
122
|
</ul>
|
|
123
123
|
</li>
|
|
124
124
|
</ul>
|
|
125
|
-
|
|
126
|
-
`;document.querySelector("#markdown-container").innerHTML=Wo;Do(Object.assign({"./examples/css-background/index.ts":Tr,"./examples/img-src/index.ts":zr}));
|
|
125
|
+
`,Go=document.querySelector("#markdown-container");Go.innerHTML=Wo;Do(Object.assign({"./examples/css-background/index.ts":Tr,"./examples/img-src/index.ts":zr}),document.querySelector(".markdown-body"));
|
|
127
126
|
function __vite__mapDeps(indexes) {
|
|
128
127
|
if (!__vite__mapDeps.viteFileDeps) {
|
|
129
128
|
__vite__mapDeps.viteFileDeps = ["./css-background.js","./image-tools.mjs","./img-src.js"]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cas-smartdesign/image-tools",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "A utility providing placeholder/fallback image loading.",
|
|
5
5
|
"main": "dist/image-tools-with-externals.js",
|
|
6
6
|
"module": "dist/image-tools.mjs",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@cas-smartdesign/
|
|
19
|
-
"@cas-smartdesign/
|
|
18
|
+
"@cas-smartdesign/element-preview": "^0.2.2",
|
|
19
|
+
"@cas-smartdesign/license-generator": "^1.6.3"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"version": "pnpm version",
|
package/readme.md
CHANGED
|
@@ -15,5 +15,3 @@ A utility providing placeholder/fallback image loading.
|
|
|
15
15
|
- `placeholderSrc` The source of the fallback image.
|
|
16
16
|
- `useCssBackground` _(optional)_ Whether the image should be used as a CSS background.
|
|
17
17
|
If not specified, it is autodetected based on the element type.
|
|
18
|
-
|
|
19
|
-
## Examples
|