-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deno.serve QRCode Server Example for All #17
Comments
So you want to create a PR for this? |
Hmmm... well, I'm not sure the code I'm showcasing "can be" part of this library as it is a server after all. I just saw a few posts wondering what can be done with this library, some looking for documentation even so I took a dive into the source code and eventually concluded most people are going want this as a micro-service. What are your thoughts? |
Well, it can be somewhere else, in an examples directory, for instance. |
Sounds good. I'll polish a little more and post a url safe working example. I'm working on an HTMX example as well. |
The following code snippet serves a QRCode using Deno.
URL Params Example:
http://localhost:4000/?d=Hello+World!&v=5&e=L&s=250&m=Byte
Hello World!
The text was updated successfully, but these errors were encountered: