https://github.com/praseetha-kr/b64-file-worker
Cloudflare worker to encode file content to Base64
https://github.com/praseetha-kr/b64-file-worker
cloudflare-worker
Last synced: about 21 hours ago
JSON representation
Cloudflare worker to encode file content to Base64
- Host: GitHub
- URL: https://github.com/praseetha-kr/b64-file-worker
- Owner: Praseetha-KR
- Created: 2020-10-06T22:40:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T22:40:47.000Z (over 4 years ago)
- Last Synced: 2025-02-16T15:50:58.864Z (2 months ago)
- Topics: cloudflare-worker
- Language: JavaScript
- Homepage: https://b64-file-worker.cgvi.workers.dev
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👷 `b64-file-worker`
#### Encode file content to Base64

### Preview
```
wrangler preview --watch
```### Publish
```
CF_ACCOUNT_ID=''
wrangler publish
```