-
Notifications
You must be signed in to change notification settings - Fork 79
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
self hosted qr-code generator insted of api.qrserver.com possible ? #88
Comments
Hi, your proposal is very interesting. I invite you to contribute to the project |
Hi, I have the same idea and start to fork another project called go-qrcode: go-qrcode has now a restapi and your code at line: can call it using: What is your expectation? I assume we need go-qrcode with restapi as git submodule. What else do you need to accept a pull request? Thx. |
Hi, the creation method you propose doesn't have the same customization possibilities (or better) that are currently in use, so it's not good |
Sure, wait for the other Pull Request: If this PR is going into their repo, I will extend the customization possibilities. Which of those is a must-have for you? |
I want the actual customization of my script. Thanks |
In PR |
Is it already working? |
yes. PR is not accept yet, but I tested on my local machined. |
Ok then write to me when it is accepted please |
Change would be: replace the following line
with
|
I saw that the format is missing. Many of my users need all the formats that my script offers. Does this new generation method have them? For example EPS |
skip2/go-qrcode#66 have now the following two formats: png and svg. More will hopefully come. |
Ok let me know when the other formats will be available |
Hi, nice project ... but
That was also my first thought when I read the information in the documentation that the data is sent to an external service provider. 😮 |
Hi, |
Hello,
is it possible to have a self-hosted qr-generator insted of api.qrserver.com ?
So that no external service is need.
So that no external dependencies are needed.
is it possible to use the tool: qrencode
The text was updated successfully, but these errors were encountered: