µ64 Micro, uRL safe base64 Install npm install u64 Example const { encode, decode } = require('u64') const encoded = encode('Hello world!') // => 'SGVsbG8gd29ybGQh' const decoded = decode(encoded) // => 'Hello world!' Changelog 1.0.1 Added README Updated description 1.0.0 Initial Release