https://github.com/4lch4/screenshot-compressor
A simple CLI tool to help automatically compress my (@4lch4) screenshots.
https://github.com/4lch4/screenshot-compressor
Last synced: 3 months ago
JSON representation
A simple CLI tool to help automatically compress my (@4lch4) screenshots.
- Host: GitHub
- URL: https://github.com/4lch4/screenshot-compressor
- Owner: 4lch4
- License: mit
- Created: 2024-02-29T07:00:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-29T07:10:04.000Z (about 1 year ago)
- Last Synced: 2025-02-17T14:48:18.043Z (3 months ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# auto-compressor
To install dependencies:
```bash
bun install
```To run:
```bash
bun run src/index.ts
```This project was created using `bun init` in bun v1.0.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.