lineBreakInterval
For every lineBreakInterval of encoded data, a line break will be output.
Will ONLY output line breaks if isLenient is set to true.
e.g.
isLenient = true
lineBreakInterval = 0
// JBSWY3DPEBLW64TMMQQQ====
isLenient = true
lineBreakInterval = 16
// JBSWY3DPEBLW64TM
// MQQQ====
isLenient = false
lineBreakInterval = 16
// JBSWY3DPEBLW64TMMQQQ====
Content copied to clipboard
Enable by setting to a value between 1 and 127, and setting isLenient to true.
A great value is 64
Default: 0