README
base64-npm - lightweight node.js base64 utility
base64.js - main file, with usage help
b64.js - light file, usage:
-d <string> - decode
-e <string> - encode
Base64 CLI tool built with node.js
<script type="module">
import base64Npm from 'https://cdn.skypack.dev/base64-npm';
</script>
base64.js - main file, with usage help
b64.js - light file, usage:
-d <string> - decode
-e <string> - encode