Skip to content

基于SparkMd5封装的获取文件MD5工具库

Notifications You must be signed in to change notification settings

kortin99/SimpleMd5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

SimpleMd5

存在库里,可能以后用得着

Usage

需要先安装Spark Md5依赖

npm install --save spark-md5

在项目中使用

import SimpleMd5 from "./SimpleMd5";

const fileMd5 = new SimpleMd5();

fileMd5.getFileMd5(file, md5 => {
    console.log("File Md5: ", md5);
});

About

基于SparkMd5封装的获取文件MD5工具库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published