README
SYNOPSIS
This is a simple webcrypto shim for node.js that fallsback to native webcrypto when browserified. It is based off of node-webcrypto-ossl.
INSTALL
npm install node-webcrypto-shim
USAGE
const crypto = require('node-webcrypto-shim')
This is a simple webcrypto shim for node.js that fallsback to native webcrypto when browserified. It is based off of node-webcrypto-ossl.
<script type="module">
import nodeWebcryptoShim from 'https://cdn.skypack.dev/node-webcrypto-shim';
</script>
This is a simple webcrypto shim for node.js that fallsback to native webcrypto when browserified. It is based off of node-webcrypto-ossl.
npm install node-webcrypto-shim
const crypto = require('node-webcrypto-shim')