JSPM

qrcode-generator-ts

0.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 547
  • Score
    100M100P100Q94397F
  • License MIT

Typescript QR Code generator based on https://github.com/kazuhikoarase/qrcode-generator

Package Exports

  • qrcode-generator-ts
  • qrcode-generator-ts/js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (qrcode-generator-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

qrcode-generator-ts

Typescript QR code generator based on https://github.com/kazuhikoarase/qrcode-generator

Thank kazuhiko arase for his awesome work!

This repo copied from https://github.com/kazuhikoarase/qrcode-generator/tree/master/ts. The code is packaged as a npm package include the *.ts files and *.d.ts files. This can ease the development in typescript projects like angular 2.

Install npm package

npm install qrcode-generator-ts --save

Usage

import { QRCode, ErrorCorrectLevel, QRNumber, QRAlphaNum, QR8BitByte, QRKanji } from 'qrcode-generator-ts/js';