0.0.8 • Published 4 years ago

@globalid/qrcode v0.0.8

Weekly downloads
145
License
-
Repository
-
Last release
4 years ago

🗳 GlobaliD QR Code

Repository for Global iD QR Code

📲 How to Use

This library is under npmjs as a pivate registry package. To use in your project you will need to set npm login in your computer and your user needs to be included in www.npmjs.com globalid organization.

npm install @globalid/qrcode

or with yarn

yarn add @globalid/qrcode

Example usage

import React from 'react';
import QrCode from '@globalid/qrcode';

export const MyLoginScreen = () => <QrCode redirect="/foobar" />;

NPM Scripts

  "build": "react-scripts build",
  "build-rollup": "rollup -c",
  "build-storybook": "build-storybook -s public",
  "format": "eslint 'src/**/*.{js,ts,tsx}' --quiet --fix",
  "lint": "eslint src/**/*.{ts,tsx}",
  "start": "start-storybook -p 6006 -s public",
  "start-react": "react-scripts start",
  "test": "react-scripts test"
0.0.8

4 years ago

0.0.7

4 years ago

0.0.6-alpha-3

4 years ago

0.0.6-alpha-2

4 years ago

0.0.6-alpha-1

4 years ago

0.0.6

4 years ago

0.0.5-alpha-4

4 years ago

0.0.5-alpha-3

4 years ago

0.0.5-alpha-2

4 years ago

0.0.5-alpha-1

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2-alpha-1

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago