neocotic / qrious

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

Canvas/image single argument #7

Closed neocotic closed 12 years ago

neocotic commented 12 years ago

Add support to canvas and image methods for a single object or string argument. Where a string is specified the method treats it as the value and all configurations use their default values.

neocotic commented 12 years ago

This change has been applied but the new save method (added as part of #8) will require further testing as it can accept a second string argument before callback.