0.9.4 • Published 5 years ago

@questnetwork/quest-utilities-js v0.9.4

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
5 years ago

Quest Utilities JS

Shared Toolbox For The Quest Network

Lead Maintainer

StationedInTheField

Description

The Utilities class for the Quest Network Operating System offers shared functionality.

Installation & Usage

npm install @questnetwork/quest-utilities-js@0.9.4

API

inArray(array,value)

Returns boolean true or false

if(<os>.utilities.inArray(array,value)){
 console.log('Hello Universe!')
}

removeFram(array,searchObject)

Removes the object in the array that matches searchObject in at least one field.

<os>.utilities.removeFram(array,searchObject)

engine

detect()

Returns a String containing the detected engine. Result can be browser, electron or node.

let engine = <os>.utilities.engine.detect();

qr

generate()

Returns a DataUrl containing generated QR Code.

let qrDataUrl = <os>.utilities.qr.generate(text);

Support Us

Please consider supporting us, so that we can build a non-profit for this project (ツ)

EthereumBitcoin
0xBC2A050E7B87610Bc29657e7e7901DdBA6f2D34Ebc1qujrqa3s34r5h0exgmmcuf8ejhyydm8wwja4fmq

License

GNU AGPLv3