This is a simple Node.js proxy that:
- Sends QR code requests to QR.io
- Bypasses CORS issues for browser-based tools (like Figma plugins)
Sends a request to QR.io and returns the QR metadata including .svg URL.
Fetches raw SVG text from the QR.io S3 URL and returns it (bypasses CORS).
- Create a free render.com account
- Create a new Web Service from this repo
- Set:
- Build command:
npm install - Start command:
npm start
- Build command:
- Done! You’ll get a public URL to use in your Figma plugin.