4.9.97 • Published 12 months ago

@diotoborg/provident-voluptatibus-sunt v4.9.97

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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

12 months ago

4.9.96

12 months ago

4.9.95

1 year ago

4.9.94

1 year ago

4.9.93

1 year ago

4.9.92

1 year ago

4.9.91

1 year ago

4.9.90

1 year ago

4.9.89

1 year ago

4.9.88

1 year ago

4.9.87

1 year ago

4.9.86

1 year ago

4.9.85

1 year ago

4.9.84

1 year ago

3.9.84

1 year ago

3.9.83

1 year ago

3.9.82

1 year ago

3.9.81

1 year ago

3.9.80

1 year ago

3.9.79

1 year ago

3.8.79

1 year ago

3.8.78

1 year ago

3.7.78

1 year ago

3.7.77

1 year ago

3.7.76

1 year ago

3.7.75

1 year ago

3.7.74

1 year ago

3.7.73

1 year ago

3.7.72

1 year ago

3.7.71

1 year ago

3.7.70

1 year ago

3.7.69

1 year ago

3.6.69

1 year ago

3.6.68

1 year ago

3.6.67

1 year ago

3.6.66

1 year ago

3.6.65

1 year ago

3.6.64

1 year ago

3.6.63

1 year ago

3.6.62

1 year ago

3.6.61

1 year ago

3.6.60

1 year ago

3.6.59

1 year ago

3.6.58

1 year ago

3.6.57

1 year ago

3.6.56

1 year ago

3.6.55

1 year ago

3.5.55

1 year ago

3.5.54

1 year ago

3.5.53

1 year ago

3.5.52

1 year ago

3.5.51

1 year ago

3.5.50

1 year ago

3.5.49

1 year ago

3.5.48

1 year ago

2.5.48

1 year ago

2.5.47

1 year ago

2.5.46

1 year ago

2.5.45

1 year ago

2.5.44

1 year ago

2.5.43

1 year ago

2.4.43

1 year ago

2.4.42

1 year ago

2.4.41

1 year ago

2.4.40

1 year ago

2.4.39

1 year ago

2.4.38

1 year ago

2.4.37

1 year ago

2.4.36

1 year ago

2.4.35

1 year ago

2.4.34

1 year ago

2.4.33

1 year ago

2.4.32

1 year ago

2.4.31

1 year ago

2.4.30

1 year ago

2.4.29

1 year ago

2.4.28

1 year ago

2.4.27

1 year ago

2.4.26

1 year ago

2.4.25

1 year ago

2.4.24

1 year ago

2.4.23

1 year ago

2.4.22

1 year ago

2.3.22

1 year ago

2.3.21

1 year ago

2.3.20

1 year ago

2.3.19

1 year ago

2.3.18

1 year ago

2.3.17

1 year ago

2.3.16

1 year ago

2.2.16

1 year ago

2.2.15

1 year ago

2.2.14

1 year ago

2.2.13

1 year ago

1.2.13

1 year ago

1.2.12

1 year ago

1.2.11

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago