Get Started
Overview
Qr grid is a powerful, customizable JavaScript library for generating QR codes. It’s designed to be lightweight, with no external dependencies, and supports rendering in both Canvas and SVG formats.
Installation
Core
Installation of the Qr grid library for Web applications.
sh
npm install @qrgrid/core
sh
bun add @qrgrid/core
sh
pnpm install @qrgrid/core
sh
yarn add @qrgrid/core
For more details, see the documentation.
React
Installation of the Qr grid library for React applications.
sh
npm install @qrgrid/react
sh
bun add @qrgrid/react
sh
pnpm install @qrgrid/react
sh
yarn add @qrgrid/react
For more details, see the documentation.
Vue
Installation of the Qr grid library for Vue applications.
sh
npm install @qrgrid/vue
sh
bun add @qrgrid/vue
sh
pnpm install @qrgrid/vue
sh
yarn add @qrgrid/vue
Angular
Installation of the Qr grid library for Angular applications.
sh
npm install @qrgrid/angular
sh
bun add @qrgrid/angular
sh
pnpm install @qrgrid/angular
sh
yarn add @qrgrid/angular
For more details, see the documentation.
Server
Installation of the Qr grid library for server applications.
sh
npm install @qrgrid/server
sh
bun add @qrgrid/server
sh
pnpm install @qrgrid/server
sh
yarn add @qrgrid/server
For more details, see the documentation.
Cli
Implementation of the Qr grid library for terminal.
sh
npx @qrgrid/cli -i "Hello world"
sh
bunx @qrgrid/cli -i "Hello world"
sh
pnpm dlx @qrgrid/cli -i "Hello world"
sh
yarn dlx @qrgrid/cli -i "Hello world"
For more details, see the documentation.