UNPKG

image-encode-loader

Version:

This webpack loader that uses Sharp to encode images into web-friendly formats like WebP and AVIF without any external dependencies.

38 lines (37 loc) 860 B
{ "name": "image-encode-loader", "description": "This webpack loader that uses Sharp to encode images into web-friendly formats like WebP and AVIF without any external dependencies.", "author": "Dev Ttangkong", "license": "MIT", "version": "1.0.0-beta3", "main": "./dist/index.js", "types": "./dist/types", "repository": "https://github.com/MTtankkeo/html-image-loader", "keywords": [ "webpack", "wbepack-loader", "image", "image-format", "image-encode", "sharp", "webp", "avif", "tiff", "heif", "jpeg", "png", "gif" ], "scripts": { "build": "tsc -p tsconfig.json", "watch": "tsc -p tsconfig.json --watch" }, "devDependencies": { "@types/node": "^22.5.2", "@types/webpack": "^5.28.5", "typescript": "^5.5.4" }, "dependencies": { "sharp": "^0.33.5" } }