UNPKG

progressive-acrylic

Version:

Advanced layered acrylic glass effects for web elements. Create iOS/Windows-style acrylic blur overlays with multiple customizable layers: blur, luminosity, tint, and noise.

79 lines 1.76 kB
{ "name": "progressive-acrylic", "version": "2.0.2", "description": "Advanced layered acrylic glass effects for web elements. Create iOS/Windows-style acrylic blur overlays with multiple customizable layers: blur, luminosity, tint, and noise.", "main": "progressive-acrylic.js", "types": "progressive-acrylic.d.ts", "files": [ "progressive-acrylic.js", "progressive-acrylic.d.ts", "acrylic-editor.html", "README.md", "CHANGELOG.md", "LICENSE", "docs/**/*" ], "scripts": { "demo": "open acrylic-editor.html", "editor": "open acrylic-editor.html" }, "keywords": [ "acrylic", "blur", "progressive", "layered", "backdrop-filter", "css", "mask", "gradient", "web", "effect", "ios", "windows", "glass", "morphism", "luminosity", "tint", "noise", "texture", "cubic-bezier", "ui", "frontend", "visual", "overlay", "glassmorphism", "material-design", "react", "vue", "angular", "svelte", "typescript" ], "author": { "name": "Yusuf Emre Albayrak", "email": "ysfemrealbayrak@gmail.com", "url": "https://github.com/ysfemreAlbyrk" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ysfemreAlbyrk/Progressive-Acrylic.git" }, "bugs": { "url": "https://github.com/ysfemreAlbyrk/Progressive-Acrylic/issues" }, "homepage": "https://ysfemrealbyrk.github.io/Progressive-Acrylic/docs", "funding": { "type": "github", "url": "https://github.com/sponsors/ysfemreAlbyrk" }, "engines": { "node": ">=12.0.0" }, "browserslist": [ "Chrome >= 76", "Firefox >= 103", "Safari >= 14", "Edge >= 79" ] }