Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 409 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 409 Bytes

cordova-plugin-x-crc32 - v0.1.1

A Cordova plugin to provide the checksum of files.

Installation

cordova plugin add https://github.com/MasGaNo/cordova-plugin-x-crc32.git

Usage

crc32.crc32(filepath: string, callback: (crc32:string) => void);

Release Notes

0.1.1 (Aug 22, 2017)

  • Fix error on Android.

0.1.0 (Aug 21, 2017)

  • First release for Android.