Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jnordberg/qr-svg

Lightweight SVG QR code generator in JavaScript
https://github.com/jnordberg/qr-svg

Last synced: 22 days ago
JSON representation

Lightweight SVG QR code generator in JavaScript

Awesome Lists containing this project

README

        

qr-svg
======

Lightweight SVG QR code generator in JavaScript, based on @kazuhikoarase's [qrcode-generator](https://github.com/kazuhikoarase/qrcode-generator).

## Installation

The `qr-svg` package is distributed as a module on [npm](https://www.npmjs.com/package/qr-svg).

```
yarn add qr-svg
# or
npm install --save qr-svg
```

## Usage

```ts
import {QR} from 'qr-svg'

QR('hello') //