https://github.com/gabsedits/imgurl
A simple tool to convert any image to an local base64 string
https://github.com/gabsedits/imgurl
Last synced: 5 days ago
JSON representation
A simple tool to convert any image to an local base64 string
- Host: GitHub
- URL: https://github.com/gabsedits/imgurl
- Owner: GabsEdits
- Created: 2025-03-02T19:59:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T20:00:38.000Z (over 1 year ago)
- Last Synced: 2025-03-02T21:18:21.190Z (over 1 year ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ImgURL
A simple tool to convert any image to an local base64 string
## Usage
```
deno run mod.ts path/to/image.jpg
```
\*Replace `path/to/image.jpg` with the path to your image file.