README
next-md5
Md5 for next based on blueimp-md5.
installation
npm install -S @feizheng/next-md5
usage
import '@feizheng/next-md5';
nx.md5('abc');
// 900150983cd24fb0d6963f7d28e17f72
Md5 for next based on blueimp-md5.
<script type="module">
import feizhengNextMd5 from 'https://cdn.skypack.dev/@feizheng/next-md5';
</script>
Md5 for next based on blueimp-md5.
npm install -S @feizheng/next-md5
import '@feizheng/next-md5';
nx.md5('abc');
// 900150983cd24fb0d6963f7d28e17f72