2.2.1 • Published 6 years ago

@lyo/md5 v2.2.1

Weekly downloads
1
License
BSD-3-Clause
Repository
-
Last release
6 years ago

@lyo/md5

A browser-compatible version of md5 built automatically with Lyo.

Version Build Hits

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

2.2.1

6 years ago