@questnetwork/quest-utilities-js
v0.9.4
Published
> Shared Toolbox For The Quest Network
Downloads
5
Readme
Quest Utilities JS
Shared Toolbox For The Quest Network
Lead Maintainer
Description
The Utilities class for the Quest Network Operating System offers shared functionality.
Installation & Usage
npm install @questnetwork/[email protected]
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 (ツ)
| Ethereum| Bitcoin |
|---|---|
| 0xBC2A050E7B87610Bc29657e7e7901DdBA6f2D34E
| bc1qujrqa3s34r5h0exgmmcuf8ejhyydm8wwja4fmq
|
| | |
License
GNU AGPLv3