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/coresh
bun add @qrgrid/coresh
pnpm install @qrgrid/coresh
yarn add @qrgrid/coreFor more details, see the documentation.
React
Installation of the Qr grid library for React applications.
sh
npm install @qrgrid/reactsh
bun add @qrgrid/reactsh
pnpm install @qrgrid/reactsh
yarn add @qrgrid/reactFor more details, see the documentation.
Vue
Installation of the Qr grid library for Vue applications.
sh
npm install @qrgrid/vuesh
bun add @qrgrid/vuesh
pnpm install @qrgrid/vuesh
yarn add @qrgrid/vueAngular
Installation of the Qr grid library for Angular applications.
sh
npm install @qrgrid/angularsh
bun add @qrgrid/angularsh
pnpm install @qrgrid/angularsh
yarn add @qrgrid/angularFor more details, see the documentation.
Server
Installation of the Qr grid library for server applications.
sh
npm install @qrgrid/serversh
bun add @qrgrid/serversh
pnpm install @qrgrid/serversh
yarn add @qrgrid/serverFor 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.