登录 注册
当前位置:主页 > 资源下载 > 10 > image-tools-master.zip下载

image-tools-master.zip下载

  • 更新:2024-05-22 18:09:08
  • 大小:8KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Javascript - 前端
  • 格式:ZIP

资源介绍

pathToBase64 从图像路径转换为base64,uni-app、微信小程序和5+APP使用的路径不支持网络路径,如果是网络路径需要先使用下载API下载下来。 pathToBase64(path) .then(base64 => { console.log(base64) }) .catch(error => { console.error(error) }) base64ToPath base64ToPath(base64) .then(path => { console.log(path) }) .catch(error => { console.error(error) })