4.9.97 • Published 2 years ago

@diotoborg/provident-voluptatibus-sunt v4.9.97

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Forked from https://github.com/gtanner/qrcode-terminal/tree/master

  • Allow using with nodejs strictmode.

QRCode Terminal Edition Build Status

Going where no QRCode has gone before.

Basic Example

Node Library

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.generate('This will be a QRCode, eh!');

You can even specify the error level (default is 'L'):

qrcode.setErrorLevel('Q');
qrcode.generate('This will be a QRCode with error level Q!');

If you don't want to display to the terminal but just want to string you can provide a callback:

qrcode.generate('http://github.com', function (qrcode) {
    console.log(qrcode);
});

If you want to display small output, provide opts with small:

qrcode.generate('This will be a small QRCode, eh!', {small: true});

qrcode.generate('This will be a small QRCode, eh!', {small: true}, function (qrcode) {
    console.log(qrcode)
});

Command-Line

Install

$ npm install -g qrcode-terminal

Usage

$ qrcode-terminal --help
$ qrcode-terminal 'http://github.com'
$ echo 'http://github.com' | qrcode-terminal

Support

  • OS X
  • Linux
  • Windows

Server-side

node-qrcode is a popular server-side QRCode generator that renders to a canvas object.

Developing

To setup the development envrionment run npm install

To run tests run npm test

Contributers

Gord Tanner <gtanner@gmail.com>
Micheal Brooks <michael@michaelbrooks.ca>
schemedatereactMapuninstallECMAScript 2015mixinsreducedependency managerclientString.prototype.trimregexphasformschildargsuploadnpmignoretypescriptjapaneseES2015nativetesterfpprotobufexit-codegetPrototypeOfregular-expressionhookformoncedirclifetchdescriptionstyled-componentszerooptimistagenterrorbannerstyleseslintpluginform-validation@@toStringTagebsshamttyajaxes8eventEmitterlastObject.keysremovees2015gitignoreHyBisesvpcserializerreadablestreamoutputreal-timezodglobalsigtermutilcryptotacithasOwnintrinsicObservabletraverseTypeBoxES2016JSON-Schemafast-deep-copyregular expressioncloudfrontjavascriptponyfillcurriedgesturesStyleSheethashcomparemobileparsingvarbcrypttypesfast-deep-clonehandlerstextcloudsearchproppackagesreact animationWeakMapregexpostcssworkspace:*ES2020elmmatchio-tskinesiscurlclass-validatortypeofcopyStreamhttpss3fullenvironmentsbinariesSymbol.toStringTagutil.inspectstylingfastcloneconfigTypedArrayconcatchromiumargumentpackage.jsonObject.fromEntriesreducerInt32ArrayperformanceirqflattentrimRightdefinePropertyES2018weakmapslotvarseslintconfiglistenersArrayBuffer#slicestylebootstrap lessextendauthenticationRxJSSystem.globalObject.assignECMAScript 2021queryowncall-binddeep-copydayjses2017sigintxhrsharedarraybuffernamesFloat32ArrayjwtclonepruneObject.valuesECMAScript 6sequence_.extendgradients css3spinnerglobstringifyi18ntransportminimaltrimEndtstddflagsymlinksloadingmatchespyyamljsdomformatUint8ClampedArrayfile systemArray.prototype.findLastBigInt64ArrayharmonyhasOwnPropertyjson-schema-validatorinspectruleswritewgetcompile lessfunctionAsyncIteratorinvarianthelpersconfigurableArrayBufferlengthwalkstreamsamazonsetImmediateutilsenvironmentoffsetassignenumerableprefixawstranspilerapollofastcopyhotes2016Reflect.getPrototypeOf0dataViewiames7shimtyped arrayjsxpushpoint-freeincludesexecfilenpmvariablesquotecss-in-jsfigletkeycircularFloat64ArraygroupisConcatSpreadableprocesshas-ownsorttimeserializationrfc4122prototypeframerhttpObject.definePropertyvaluesyntaxerrorlogletjsfastifyESnextReactiveExtensionsgenericstoArraydiffsignalconcatMapesbusybyteLengthtypedarrayslesscsspureeslint-pluginqsdotenvcoerciblestableregulartrimLeftvalidatehardlinksES2022spawnimmerexpressionES2017everyscheme-validationcss lessES5symlinkes5graphqlmetadatasafeprotoES8toSortedschemapreserve-symlinkslinuxasterisksstatuswafspecArray.prototype.flatMapcensorelectronarraybufferprotocol-buffersinterruptssomegradients csszxrouteworkflowCSSjson-schema-validationReactiveXlanguagecommandcloudformationnodejstrimStartmkdiryamldeepcopygetOwnPropertyDescriptorecmascriptnodeES6to5springdeepclonereduxIteratorexecutepersistentpathtoobjectflatimmutablecertificatespnpm9bundlerjsonreact poseglobal this valueconsumeglobal objecttoolkitObservablessidequerystringstreamdomBigUint64Arraytypanioneffect-tsroute53signalsvariables in cssmkdirslrujshintroutingbootstrap cssdragFunction.prototype.namegdprcjkdirectoryES7tostringtaginstallmkdirpMicrosoftArray.prototype.includesfindLastArraycollection-0characterchannelfull-widthless.jscolourutilitiesjQueryJSONdom-testing-libraryopenssltermPushreact-hookserror-handlingcachePromiseencryptiontypeerrorstatelessnamebindglobalThisES2019browserlistbabel-coreObject.getPrototypeOfarraysECMAScript 2018RFC-6455Array.prototype.findLastIndexfastpassworduuidworkerpackage manageromittypesafeArray.prototype.flattenforEachfunctionsexpressreact-testing-libraryprettyObject.ismulti-packagebdd3dloggerjson-schemardsrapidcompilercolumnsnegative zeroajv__proto__keysdynamodbestreemakeexitclassnamesgetoptjsonschemaECMAScript 2022promiserfc9562cloudtrailconsoleweaksetECMAScript 2017CSSStyleDeclarationECMAScript 2016emitcomputed-typescreatepropertywindowsbinautoscalingaccessibilityqueueMicrotaskcallbindastfluxcss variablecommandervalidsqstoReversedobjectYAMLreusestarterreversedchaidescriptorsless mixinsmapreducebeanstalkyupdefinefindrequest.envauthtc39classnamenested cssfpsprivatecodesrobustassertdescriptorequal$.extendasyncguidwaapicallbackhelperthreetakees6glacier
4.9.97

2 years ago

4.9.96

2 years ago

4.9.95

2 years ago

4.9.94

2 years ago

4.9.93

2 years ago

4.9.92

2 years ago

4.9.91

2 years ago

4.9.90

2 years ago

4.9.89

2 years ago

4.9.88

2 years ago

4.9.87

2 years ago

4.9.86

2 years ago

4.9.85

2 years ago

4.9.84

2 years ago

3.9.84

2 years ago

3.9.83

2 years ago

3.9.82

2 years ago

3.9.81

2 years ago

3.9.80

2 years ago

3.9.79

2 years ago

3.8.79

2 years ago

3.8.78

2 years ago

3.7.78

2 years ago

3.7.77

2 years ago

3.7.76

2 years ago

3.7.75

2 years ago

3.7.74

2 years ago

3.7.73

2 years ago

3.7.72

2 years ago

3.7.71

2 years ago

3.7.70

2 years ago

3.7.69

2 years ago

3.6.69

2 years ago

3.6.68

2 years ago

3.6.67

2 years ago

3.6.66

2 years ago

3.6.65

2 years ago

3.6.64

2 years ago

3.6.63

2 years ago

3.6.62

2 years ago

3.6.61

2 years ago

3.6.60

2 years ago

3.6.59

2 years ago

3.6.58

2 years ago

3.6.57

2 years ago

3.6.56

2 years ago

3.6.55

2 years ago

3.5.55

2 years ago

3.5.54

2 years ago

3.5.53

2 years ago

3.5.52

2 years ago

3.5.51

2 years ago

3.5.50

2 years ago

3.5.49

2 years ago

3.5.48

2 years ago

2.5.48

2 years ago

2.5.47

2 years ago

2.5.46

2 years ago

2.5.45

2 years ago

2.5.44

2 years ago

2.5.43

2 years ago

2.4.43

2 years ago

2.4.42

2 years ago

2.4.41

2 years ago

2.4.40

2 years ago

2.4.39

2 years ago

2.4.38

2 years ago

2.4.37

2 years ago

2.4.36

2 years ago

2.4.35

2 years ago

2.4.34

2 years ago

2.4.33

2 years ago

2.4.32

2 years ago

2.4.31

2 years ago

2.4.30

2 years ago

2.4.29

2 years ago

2.4.28

2 years ago

2.4.27

2 years ago

2.4.26

2 years ago

2.4.25

2 years ago

2.4.24

2 years ago

2.4.23

2 years ago

2.4.22

2 years ago

2.3.22

2 years ago

2.3.21

2 years ago

2.3.20

2 years ago

2.3.19

2 years ago

2.3.18

2 years ago

2.3.17

2 years ago

2.3.16

2 years ago

2.2.16

2 years ago

2.2.15

2 years ago

2.2.14

2 years ago

2.2.13

2 years ago

1.2.13

2 years ago

1.2.12

2 years ago

1.2.11

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago