1.0.0 • Published 1 year ago

sytreasurechest v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

#对图片进行 base64 转换

##使用方式

1.下载

npm install sytreasurechest -D

2.引入

import { transitionImages } from 'sytreasurechest';
const To = new transitionImages();

3.图片转 Base64

To.toBase64('./ball_icon.png').then((res) => {
  console.log(res);
});

4.Base64 转图片文件

To.toImages(base64).then((res) => {
  console.log(res);
});
1.0.0

1 year ago