imgstat 3.0.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,9 +14,6 @@ can actually read — without guessing, without vision tokens, without touching
|
|
|
14
14
|
npm install -g imgstat
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
imgstat
|
|
18
|
-
```
|
|
19
|
-
|
|
20
17
|
## Contribution Rules
|
|
21
18
|
|
|
22
19
|
Keep the tool small. If you are considering adding a feature, ask: **does this help AI understand images faster?** If the answer is not clearly yes, it probably does not belong here.
|