You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked around your website and github repo and was not able to find a simple HTML and Javascript example (without the need for helper functions that are not in the main library) of generating a QR Code.
In terms of what I did find, this example is not JS and is not directly runnable without a typescript compiler, while the README examples do not include the wrapping HTML and full set of includes required to get hello world running.
Would you consider adding an example equivalent to this?
The text was updated successfully, but these errors were encountered:
the README examples do not include the wrapping HTML and full set of includes required to get hello world running
This is by design. If you look over past issues and pull requests, I made the decision to not include graphical support out of the box, because output formats are in a constant state of flux and there is no universal format that can withstand the test of time. Hence, I decided to focus the library purely on computation and being able to retrieve a matrix of binary pixels (QR Code "modules"). All the responsibility and complexity of graphical rendering is pushed onto the user of the library by design.
I looked around your website and github repo and was not able to find a simple HTML and Javascript example (without the need for helper functions that are not in the main library) of generating a QR Code.
In terms of what I did find, this example is not JS and is not directly runnable without a typescript compiler, while the README examples do not include the wrapping HTML and full set of includes required to get hello world running.
Would you consider adding an example equivalent to this?
The text was updated successfully, but these errors were encountered: