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

https://github.com/inottn/img2base64

🖼 upload img and tranform to base64
https://github.com/inottn/img2base64

base64 ecmascript6 javascript

Last synced: about 1 year ago
JSON representation

🖼 upload img and tranform to base64

Awesome Lists containing this project

README

          

# 介绍

图片在线上传并转换为Base64编码。

1. 支持 PNG、GIF、JPG、BMP、ICO 格式。

2. 将图片转换为Base64编码,可用于减少图片的请求数量,以及本地开发时资源跨域问题。

3. CSS中使用:`background-image: url("data:image/png;base64,xxxxx=...")`。

4. HTML中使用:``。

5. 被转换的图片不宜过大。