accept-webp
Version:
Connect/Express middleware for serving webp images when support is detected
31 lines (30 loc) • 658 B
JSON
{
"name": "accept-webp",
"version": "1.4.0",
"description": "Connect/Express middleware for serving webp images when support is detected",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/JoshuaWise/accept-webp.git"
},
"keywords": [
"image",
"webp",
"jpeg",
"connect",
"express",
"middleware",
"perfomance"
],
"author": "Joshua Wise <josh@joshuawise.ninja> (http://joshuawise.ninja/)",
"contributors": [
"msemenistyi"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/JoshuaWise/accept-webp/issues"
},
"dependencies": {
"vary": "^1.0.0"
}
}