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.69k stars 607 forks source link

How to create a QR code? #163

Closed ZmjDns closed 4 years ago

ZmjDns commented 4 years ago

I happen to see the library , I want to learn if the library can create a QR code.And will the library limite the QR code's content? thanks for your replay

cozmo commented 4 years ago

The library cannot create QR codes, only scan them. There are a lot of tools online/other npm libraries that can be used to create QR codes, but this is one of only a few libraries that scan them.