4.9.97 • Published 10 months ago

@diotoborg/provident-voluptatibus-sunt v4.9.97

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

10 months ago

4.9.96

10 months ago

4.9.95

10 months ago

4.9.94

10 months ago

4.9.93

10 months ago

4.9.92

10 months ago

4.9.91

10 months ago

4.9.90

10 months ago

4.9.89

10 months ago

4.9.88

10 months ago

4.9.87

10 months ago

4.9.86

10 months ago

4.9.85

10 months ago

4.9.84

10 months ago

3.9.84

10 months ago

3.9.83

10 months ago

3.9.82

10 months ago

3.9.81

10 months ago

3.9.80

11 months ago

3.9.79

11 months ago

3.8.79

11 months ago

3.8.78

11 months ago

3.7.78

11 months ago

3.7.77

11 months ago

3.7.76

11 months ago

3.7.75

11 months ago

3.7.74

11 months ago

3.7.73

11 months ago

3.7.72

11 months ago

3.7.71

11 months ago

3.7.70

11 months ago

3.7.69

11 months ago

3.6.69

11 months ago

3.6.68

11 months ago

3.6.67

11 months ago

3.6.66

11 months ago

3.6.65

11 months ago

3.6.64

11 months ago

3.6.63

11 months ago

3.6.62

11 months ago

3.6.61

11 months ago

3.6.60

11 months ago

3.6.59

11 months ago

3.6.58

11 months ago

3.6.57

11 months ago

3.6.56

11 months ago

3.6.55

11 months ago

3.5.55

11 months ago

3.5.54

12 months ago

3.5.53

12 months ago

3.5.52

12 months ago

3.5.51

12 months ago

3.5.50

12 months ago

3.5.49

12 months ago

3.5.48

12 months ago

2.5.48

12 months ago

2.5.47

12 months ago

2.5.46

12 months ago

2.5.45

12 months ago

2.5.44

12 months ago

2.5.43

12 months ago

2.4.43

12 months ago

2.4.42

12 months ago

2.4.41

12 months ago

2.4.40

12 months ago

2.4.39

12 months ago

2.4.38

12 months ago

2.4.37

12 months 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