https://github.com/chrisrobison/encode-img
A simple web-based image encoder that converts an image from a URL and outputs a data URL containing the base64 encoded contents, ready for use in emails, markdown, etc
https://github.com/chrisrobison/encode-img
Last synced: 16 days ago
JSON representation
A simple web-based image encoder that converts an image from a URL and outputs a data URL containing the base64 encoded contents, ready for use in emails, markdown, etc
- Host: GitHub
- URL: https://github.com/chrisrobison/encode-img
- Owner: chrisrobison
- License: mit
- Created: 2023-11-18T20:01:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-18T20:37:02.000Z (about 1 year ago)
- Last Synced: 2025-04-19T08:44:32.969Z (about 1 year ago)
- Language: HTML
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# encode-img
A simple web-based image encoder that converts an image from a URL and outputs a data URL containing the base64 encoded contents, ready for use in emails, markdown, etc