Figma plugin built with Vue.js and Tailwind
In Figma select main menu -> Plugins -> QR Coder
Type in the text field to generate the QR code
- Plain text
- URLs (www.example.com)
- Email (mailto:example@gmail.com)
- Phone numbers (tel:+12125551212)
- WIFI
- MECARD
The project is separated into 2 sections. The main Figma code and the UI which is based on Vue and Tailwind.
# install dependencies
$ npm install
# serve in watch mode
$ npm run watch
# build for production
$ npm run build
# install dependencies
$ npm install
# serve with hot reload at localhost:8080
$ npm run serve
# build for production
$ npm run build
Check out instruction to setup Figma Plugin UI
You can find instructions at: https://www.figma.com/plugin-docs/setup/
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.