1.7.13 • Published 5 years ago

oneaccount-js-core v1.7.13

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Usage

let oneaccountCore = new OneaccountCore(
  this.externalId,
  {
    level: this.level,
    color: this.color
  }
);
let qrcode = oneaccountCore.QRCode(3 * 60 * 1000);
let qrcodeDOM = toDOM(qrcode); // note, you need to implement toVDOM function (please see notes below)
document.body.appendChild(qrcodeDOM)'

Options

GlobalCSS

Returns CSS for the library (to be injected into HTML)

Data

Returns current data in the qr-code

UUID

Returns current uuid

Expires

Returns current time to expire

URL

Returns current URL

Title

Returns default title

Subtitle

Returns default subtitle

All icons:

IconCross (color: string, className: string)

IconAndroid (color: string, className: string)

IconIOS (color: string, className: string)

Logo (color: string, className: string)

LoadingLogo (color: string, className: string)

Spinner (colors: string, className: string)

NOTE: All icons return internal object representation of svg that needs to be converted to VDOM/DOM/String or any other format you need. (please check oneaccount-react or oneaccount-angular if you need an example of how they are used)

QRCode (updateInterval: number = 1 60 1000)

Generates qr-code (updates URL, data, uuid and expires) Returns internal object representation of svg

1.7.13

5 years ago

1.7.12

5 years ago

1.7.11

5 years ago

1.7.10

5 years ago

1.7.9

5 years ago

1.7.8

5 years ago

1.7.7

5 years ago

1.7.6

5 years ago

1.7.5

5 years ago

1.7.4

5 years ago

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.19

5 years ago

1.4.18

5 years ago

1.4.17

5 years ago

1.4.16

5 years ago

1.4.15

5 years ago

1.4.14

5 years ago

1.4.13

5 years ago

1.4.12

5 years ago

1.4.11

5 years ago

1.4.10

5 years ago

1.4.9

5 years ago

1.4.8

5 years ago

1.4.7

5 years ago

1.4.6

5 years ago

1.4.5

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago