Base64 Int
Pure JS integer to/from base64 converter compatible with IE7+, Opera, Firefox, Chrome and Safari. Outputs a base64 string that can be stored in cookies, useful for compressing numbers.
How to install
npm install base64int
Example
var base64int = ; base64int;// returns "eJA" base64int;// returns 123456