⚙️ Create check-size util for workflow.

This commit is contained in:
pheralb
2023-12-16 20:10:46 +00:00
parent 78ad666e67
commit a3d0277581
3 changed files with 79 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@svgl/check-size",
"version": "1.0.0",
"description": "Limit the size of your SVG files",
"main": "index.js",
"author": "@pheralb_",
"license": "ISC",
"keywords": [
"svg",
"size",
"limit",
"check"
],
"scripts": {
"start": "node index.mjs"
}
}