UNPKG

libs-js

Version:

零散的工具函数,无依赖

2 lines (1 loc) 184 B
"use strict";var fileToBase64=function(e,o){var t=new FileReader;t.readAsDataURL(e.files[0]),t.onload=function(e){"function"==typeof o&&o(this.result,t)}};module.exports=fileToBase64;