Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbonkr/convert-file-to-base64-encoded-string
convert file to base64 encoded string.
https://github.com/bbonkr/convert-file-to-base64-encoded-string
hacktoberfest react typescript
Last synced: 25 days ago
JSON representation
convert file to base64 encoded string.
- Host: GitHub
- URL: https://github.com/bbonkr/convert-file-to-base64-encoded-string
- Owner: bbonkr
- License: mit
- Created: 2015-09-17T13:57:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T15:13:17.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T21:54:14.124Z (7 months ago)
- Topics: hacktoberfest, react, typescript
- Language: TypeScript
- Homepage: http://bbon.me/convert-file-to-base64-encoded-string/
- Size: 3.38 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Deploy Project](https://github.com/bbonkr/convert-file-to-base64-encoded-string/workflows/Deploy%20Project/badge.svg?branch=master)
## 개요
바이너리를 [Data URI](https://en.wikipedia.org/wiki/Data_URI_scheme) 문자열로 변환합니다.
Data URI 는 작은 바이너리 파일을 HTML 등 문서에 포함시켜 작성할 때 사용됩니다. [MDN: data URIs](https://developer.mozilla.org/en-US/docs/Web/HTTP/data_URIs)
파일 선택창에서 파일을 선택하면, 선택된 파일을 Data URI로 변환하여 이미지, 비디오 파일 미리보기를 출력합니다.
Data URI 를 다시 바이너리로 다운로드합니다.
[데모 페이지](https://bbon.me/convert-file-to-base64-encoded-string/)에서 동작을 확인할 수 있습니다.