first commit

This commit is contained in:
val
2023-03-15 15:31:55 +01:00
commit bf635fea29
52 changed files with 1391 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "Grained",
"main": "grained.js",
"version": "0.0.1",
"homepage": "https://github.com/sarathsaleem/grained",
"authors": [
"Sarath Saleem <https://github.com/sarathsaleem>"
],
"description": "Add animated grain noise texture effect to your web content",
"keywords": [
"texture",
"grained",
"grain-effect",
"noise",
"noise-effect",
"generate-texture"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}