JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3160945
  • Score
    100M100P100Q207795F

QRCodes, in the terminal

Package Exports

  • qrcode-terminal

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-terminal) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

QRCode Terminal Edition

Going where no QRCode has gone before.

Install

Can be installed with:

npm install qrcode-terminal

and used:

var qrcode = require('qrcode-terminal');

Usage

To display some data to the terminal just call:

qrcode.render("This will be a QRCode Eh!");

Contributers:

Gord Tanner <gtanner@gmail.com>
Micheal Brooks <mikeywbrooks@gmail.com>