dankogai / js-base64

Base64 implementation for JavaScript
BSD 3-Clause "New" or "Revised" License
4.27k stars 1.33k forks source link

docs: explain which base64 variant is being used #133

Open golopot opened 3 years ago

golopot commented 3 years ago

There are many variants of base64 (https://en.wikipedia.org/wiki/Base64#Variants_summary_table). It would be nice if the docs spent some words on it.