Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)에서 동작을 확인할 수 있습니다.