@lyo/md5
v2.2.1
Published
Browser-compatible version of md5
Downloads
3
Readme
@lyo/md5
A browser-compatible version of md5 built automatically with Lyo.
Usage
In a browser
<script src="https://cdn.jsdelivr.net/npm/@lyo/md5"></script>
<script>
md5(foo, bar);
</script>
In Node.js
# Install
npm i @lyo/md5
const md5 = require('@lyo/md5')
md5(foo, bar);
Disclaimer
This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.
Use at your own risk