mirror of
https://github.com/flozz/StackBlur.git
synced 2026-01-18 14:18:38 +00:00
27 lines
491 B
JSON
27 lines
491 B
JSON
{
|
|
"name": "stackblur-canvas",
|
|
"version": "1.4.0",
|
|
"homepage": "https://github.com/flozz/StackBlur",
|
|
"authors": [
|
|
"Mario Klingemann"
|
|
],
|
|
"description": "Fast and almost Gaussian blur by Mario Klingemann",
|
|
"main": "dist/stackblur.js",
|
|
"keywords": [
|
|
"stackblur",
|
|
"blur",
|
|
"canvas",
|
|
"gaussian"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"node_modules",
|
|
"src",
|
|
"demo.html",
|
|
"Gruntfile.js",
|
|
"package.json",
|
|
"yarn.lock",
|
|
"index.d.ts"
|
|
]
|
|
}
|