cozmo / jsQR

A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.
https://cozmo.github.io/jsQR/
Apache License 2.0
3.64k stars 602 forks source link

How can I use this in Typescript for generating QR Code using Ionic 4?? #161

Closed Ragul184 closed 4 years ago

Ragul184 commented 4 years ago

Im currently developing a ionic event manager app which requires qr generator... I dont know how to use this jsQR for generating QR in ionic 4... If anyone knows kindly please respond to this and clear my doubts...

cozmo commented 4 years ago

This library cannot create QR codes, only scan them. There are other libraries on NPM that can create them, but I do not know if they're written in typescript etc (I don't know very much about them in general).