edi9999 / jsqrcode

[deprecated] Lazarsoft's jsqrcode as a node module, object oriented, and with tests
Apache License 2.0
279 stars 63 forks source link

Small tweak to provide access to coordinates #33

Closed H-Plus-Time closed 7 years ago

H-Plus-Time commented 7 years ago

Expose internal qr code coordinates. Extremely useful in light of ShapeDetection API work, given that spec (available at https://wicg.github.io/shape-detection-api/#barcode-detection-api) requires the barcode rectangle, raw string and point array.

edi9999 commented 7 years ago

Interesting. However this would break backwards compatibility, so it will be merged in a major release. Why did you close the issue?