grid programme

This commit is contained in:
2020-07-16 17:24:02 +02:00
parent ee476d177c
commit 08b0754135
134 changed files with 15445 additions and 25 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "get-size",
"description": "measures element size",
"main": "get-size.js",
"authors": [
"David DeSandro"
],
"license": "MIT",
"keywords": [
"size",
"DOM"
],
"homepage": "https://github.com/desandro/get-size",
"ignore": [
"**/.*",
"package.json",
"node_modules",
"bower_components",
"test",
"tests",
"sandbox.html"
]
}