lit-lazy-image
Version:
A Lit Web Component for lazy-loading images with WebP and blur-up placeholder support
15 lines (14 loc) • 423 B
JSON
{
"name": "lit-lazy-image",
"version": "1.0.0",
"description": "A Lit Web Component for lazy-loading images with WebP and blur-up placeholder support",
"main": "src/lazy-image.js",
"module": "src/lazy-image.js",
"type": "module",
"keywords": ["lit", "web components", "image", "lazy-load", "webp", "blur-up"],
"author": "Manuel Popa",
"license": "MIT",
"exports": {
".": "./src/lazy-image.js"
}
}