图像转B64 🔥
小于 1 分钟
入参 | 功能 | 类型 | 默认 | 说明 |
---|---|---|---|---|
url | 地址 | String | "" | - |
type | 类型 | jpg/jpeg/png | "jpg" | - |
import { ImgToBase64 } from "@yangzw/bruce-us/dist/web";
await ImgToBase64("https://static.xyz.com/pig.jpg"); // "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQAB..."
入参 | 功能 | 类型 | 默认 | 说明 |
---|---|---|---|---|
url | 地址 | String | "" | - |
type | 类型 | jpg/jpeg/png | "jpg" | - |
import { ImgToBase64 } from "@yangzw/bruce-us/dist/web";
await ImgToBase64("https://static.xyz.com/pig.jpg"); // "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQAB..."