Open taibhse-designs opened 1 month ago
Hi @taibhse-designs , implemented in #1104
I see this is now implemented as per the demo on https://it-tools-git-fork-sharevb-feat-68af89-corentin-thomasset-s-team.vercel.app/qrcode-generator
I have tried running the latest release though via docker,
services: it-tools: image: 'ghcr.io/corentinth/it-tools:latest' # The Docker image to use. ports:
- '8024:80' # Maps port 80 inside the container to port 8080 on the host. restart: unless-stopped # Ensures the container restarts unless it is explicitly stopped. container_name: it-tools # Custom name for the container.
but it doesnt seem to have the letest qr code generator as per the demo site, I have also attempted running version 2024.5.13-a0bc346 via docker with also little success of getting the latest qr code generator for svg support.
What type of request is this?
New feature for an existing tool
Clear and concise description of the feature you are proposing
Making QR codes is a common task for many designers, but only outputting png is quite limited, and causes additional work with needing to vectorise it in other tools.
Would it be possible to add a download as svg or other vector format, eg eps, so that we can scale to any size without loss of quality.
Is their example of this tool in the wild?
An ideal example can be found with adobe, at https://new.express.adobe.com/tools/generate-qr-code?
The added ability to round edges and preset colour would also save on alot of work if this could be done.
Additional context
No response
Validations