UNPKG

react-progressive-blur

Version:

A lightweight React component that creates smooth, progressive blur effects with customizable intensity and positioning. Perfect for creating modern UI overlays, video controls, and aesthetic blur gradients.

16 lines (15 loc) 314 B
{ "compilerOptions": { "target": "ES6", "module": "ESNext", "jsx": "react-jsx", "declaration": true, "outDir": "dist", "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, "strict": true }, "include": ["src"], "exclude": ["node_modules", "dist"] }