A Cordova plugin to provide the checksum of files.
cordova plugin add https://github.com/MasGaNo/cordova-plugin-x-crc32.git
crc32.crc32(filepath: string, callback: (crc32:string) => void);
- Fix error on Android.
- First release for Android.
A Cordova plugin to provide the checksum of files.
cordova plugin add https://github.com/MasGaNo/cordova-plugin-x-crc32.git
crc32.crc32(filepath: string, callback: (crc32:string) => void);