nathakits / qr-figma-plugin

QR Coder - A plugin for generating and inserting QR codes into Figma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Figma plugin built with Vue.js and Tailwind


Usage

In Figma select main menu -> Plugins -> QR Coder

Type in the text field to generate the QR code

Support types

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

# install dependencies
$ npm install

# serve in watch mode
$ npm run watch

# build for production
$ npm run build

For UI

# 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

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

License

MIT MIT License

About

QR Coder - A plugin for generating and inserting QR codes into Figma

License:MIT License


Languages

Language:Vue 54.0%Language:JavaScript 27.9%Language:TypeScript 16.0%Language:HTML 1.5%Language:CSS 0.5%