-
-
Notifications
You must be signed in to change notification settings - Fork 130
Description
Clear and concise description of the problem
hello,
thanks for this project, it is extremely impressive. For a project of my own, i am interested in creating qr codes programmatically (given a list of texts, and a json giving all the attributes of the qrcode) and right now i have re-implemented in python a number of the features you have, by looking at the underlying libraries etc.
however i feel like maybe i could spin up the server locally and simply send requests to it?
i haven't used nuxt in a long time, and also wouldn't really know exactly which request i should be doing. one per text is absolutely fine, we don't need to implement a batch mode, a for loop would work perfectly.
Suggested solution
a small guide on how to get setup locally + where the important function calls are so people can tinker with it a bit
Alternative
as i said, i have tried implementing it in python, and i can do different markers style, only show data or function modules, different colours etc, but i can't do all you have, and the crystallize/liquify effects are pretty hard to draw on svg (that i then convert to PIL)
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.