# qr-figma-plugin **Repository Path**: thebestweb/qr-figma-plugin ## Basic Information - **Project Name**: qr-figma-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-26 - **Last Updated**: 2022-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

QR Generator

QR Code is a Figma plugin for generating QR codes and inserting into Figma

Figma plugin built with Vue.js and Tailwind

QR Coder - Generate QR codes and insert directly into Figma. | Product Hunt

## Usage In Figma select main menu -> Plugins -> QR Coder Type in the text field to generate the QR code ### Support types - Plain text - URLs (www.example.com) - Email (mailto:example@gmail.com) - Phone numbers (tel:+12125551212) ### Coming soon! - WIFI - MECARD ## Installation and build setup The project is separated into 2 sections. The main Figma code and the UI which is based on Vue and Tailwind. #### For main Figma code ```bash # install dependencies $ npm install # serve in watch mode $ npm run watch # build for production $ npm run build ``` #### For UI ```bash # install dependencies $ npm install # serve with hot reload at localhost:8080 $ npm run serve # build for production $ npm run build ``` ## [UI Setup](UI/README.md) Check out [instruction to setup Figma Plugin UI](UI/README.md) ## Figma setup guide You can find instructions at: https://www.figma.com/plugin-docs/setup/ ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. ## Credit - https://github.com/kozakdenys/qr-code-styling ## License MIT [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)