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.

13 lines 318 B
{ "compilerOptions": { "module": "CommonJS", "target": "ESNext", "strict": true, "skipLibCheck": true, "outDir": "./dist", "declaration": true, "declarationDir": "./dist/types" }, "include": ["src/**/*"], "exclude": ["node_modules"] }