neocotic / qrious

Pure JavaScript library for QR code generation using canvas
https://neocotic.com/qrious
Other
1.55k stars 215 forks source link

Remove QRious.DEFAULTS #77

Closed neocotic closed 7 years ago

neocotic commented 7 years ago

While implementing #69 it was decided to deprecate QRious.DEFAULTS as it was no longer as useful as it once was and was more costly to generate since it was static before. I would like to remove it in the next major release to avoid having to maintain it.

It's almost certain that it's only ever being used internally, but it's technically a breaking change to the API so I'd like to treat it as such.