webp-in-css
Version:
PostCSS plugin and tiny JS script (175 bytes) to use WebP in CSS background
32 lines (31 loc) • 677 B
JSON
{
"name": "webp-in-css",
"version": "0.9.0",
"description": "PostCSS plugin and tiny JS script (175 bytes) to use WebP in CSS background",
"keywords": [
"webp",
"postcss-plugin",
"css",
"background",
"polyfill"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "ai/webp-in-css",
"bugs": {
"url": "https://github.com/ai/webp-in-css/issues"
},
"engines": {
"node": ">=18.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"dependencies": {
"postcss-selector-parser": "^6.1.2"
},
"peerDependencies": {
"postcss": "^8.2.14"
}
}