MCPcopy Create free account

hub / github.com/zpao/qrcode.react / functions

Functions58 in github.com/zpao/qrcode.react

↓ 14 callersFunctionappendBits
(val: int, len: int, bb: Array<bit>)
src/third-party/qrcodegen/index.ts:695
↓ 14 callersMethodsetFunctionModule
(x: int, y: int, isDark: boolean)
src/third-party/qrcodegen/index.ts:340
↓ 13 callersFunctionassert
(cond: boolean)
src/third-party/qrcodegen/index.ts:710
↓ 9 callersFunctiongetBit
(x: int, i: int)
src/third-party/qrcodegen/index.ts:704
↓ 4 callersMethodfinderPenaltyAddHistory
(currentRunLength: int, runHistory: Array<int>)
src/third-party/qrcodegen/index.ts:651
↓ 4 callersMethodgetNumDataCodewords
(ver: int, ecl: QrCode.Ecc)
src/third-party/qrcodegen/index.ts:562
↓ 3 callersMethodapplyMask
(mask: int)
src/third-party/qrcodegen/index.ts:422
↓ 3 callersMethoddrawFinderPattern
(x: int, y: int)
src/third-party/qrcodegen/index.ts:315
↓ 3 callersMethoddrawFormatBits
(mask: int)
src/third-party/qrcodegen/index.ts:262
↓ 3 callersMethodencodeSegments
(segs: Readonly<Array<QrSegment>>, ecl: QrCode.Ecc, minVersion: int = 1, maxVersion: int = 40, mask: i
src/third-party/qrcodegen/index.ts:71
↓ 3 callersMethodfinderPenaltyCountPatterns
(runHistory: Readonly<Array<int>>)
src/third-party/qrcodegen/index.ts:629
↓ 3 callersMethodgetNumRawDataModules
(ver: int)
src/third-party/qrcodegen/index.ts:544
↓ 3 callersMethodreedSolomonMultiply
(x: byte, y: byte)
src/third-party/qrcodegen/index.ts:613
↓ 2 callersFunctiondownloadStringAsFile
(data: string, filename: string)
examples/download.tsx:4
↓ 2 callersFunctionexcavateModules
(modules: Modules, excavation: Excavation)
src/index.tsx:203
↓ 2 callersMethodfinderPenaltyTerminateAndCount
(currentRunColor: boolean, currentRunLength: int, runHistory: Array<int>)
src/third-party/qrcodegen/index.ts:639
↓ 2 callersFunctiongeneratePath
(modules: Modules, margin: number = 0)
src/index.tsx:157
↓ 2 callersMethodisAlphanumeric
(text: string)
src/third-party/qrcodegen/index.ts:823
↓ 2 callersMethodisNumeric
(text: string)
src/third-party/qrcodegen/index.ts:815
↓ 2 callersMethodmakeBytes
(data: Readonly<Array<byte>>)
src/third-party/qrcodegen/index.ts:737
↓ 2 callersFunctionmakeExampleCode
(componentName: string)
examples/full.tsx:31
↓ 2 callersMethodmakeSegments
(text: string)
src/third-party/qrcodegen/index.ts:780
↓ 2 callersMethodnumCharCountBits
(ver: int)
src/third-party/qrcodegen/index.ts:974
↓ 2 callersFunctionuseQRCode
({ value, level, minVersion, includeMargin, marginSize, imageSettings, size, boostLevel, }: {
src/index.tsx:270
↓ 1 callersMethodaddEccAndInterleave
(data: Readonly<Array<byte>>)
src/third-party/qrcodegen/index.ts:350
↓ 1 callersMethoddrawAlignmentPattern
(x: int, y: int)
src/third-party/qrcodegen/index.ts:330
↓ 1 callersMethoddrawCodewords
(data: Readonly<Array<byte>>)
src/third-party/qrcodegen/index.ts:391
↓ 1 callersMethoddrawFunctionPatterns
()
src/third-party/qrcodegen/index.ts:231
↓ 1 callersMethoddrawVersion
()
src/third-party/qrcodegen/index.ts:291
↓ 1 callersMethodgetAlignmentPatternPositions
()
src/third-party/qrcodegen/index.ts:526
↓ 1 callersMethodgetData
()
src/third-party/qrcodegen/index.ts:854
↓ 1 callersFunctiongetImageSettings
( cells: Modules, size: number, margin: number, imageSettings?: ImageSettings )
src/index.tsx:217
↓ 1 callersFunctiongetInitialDemo
()
examples/demo.tsx:40
↓ 1 callersFunctiongetMarginSize
(includeMargin: boolean, marginSize?: number)
src/index.tsx:263
↓ 1 callersMethodgetModules
()
src/third-party/qrcodegen/index.ts:223
↓ 1 callersMethodgetPenaltyScore
()
src/third-party/qrcodegen/index.ts:448
↓ 1 callersMethodgetTotalBits
(segs: Readonly<Array<QrSegment>>, version: int)
src/third-party/qrcodegen/index.ts:861
↓ 1 callersMethodmakeAlphanumeric
(text: string)
src/third-party/qrcodegen/index.ts:762
↓ 1 callersMethodmakeNumeric
(digits: string)
src/third-party/qrcodegen/index.ts:746
↓ 1 callersMethodreedSolomonComputeDivisor
(degree: int)
src/third-party/qrcodegen/index.ts:571
↓ 1 callersMethodreedSolomonComputeRemainder
(data: Readonly<Array<byte>>, divisor: Readonly<Array<byte>>)
src/third-party/qrcodegen/index.ts:599
↓ 1 callersMethodtoUtf8ByteArray
(str: string)
src/third-party/qrcodegen/index.ts:874
FunctionDemo
()
examples/demo.tsx:46
FunctionDownloadDemo
()
examples/download.tsx:11
FunctionFullDemo
()
examples/full.tsx:7
FunctionImageDemo
()
examples/image.tsx:4
Methodconstructor
( // The version number of this QR Code, which is between 1 and 40 (inclusive). // This determines the
src/third-party/qrcodegen/index.ts:157
Methodconstructor
( // The mode indicator of this segment. public readonly mode: QrSegment.Mode, // The length of t
src/third-party/qrcodegen/index.ts:833
Methodconstructor
( // In the range 0 to 3 (unsigned 2-bit integer). public readonly ordinal: int, // (Package-private)
src/third-party/qrcodegen/index.ts:929
Methodconstructor
( // The mode indicator bits, which is a uint4 value (range 0 to 15). public readonly modeBits: int,
src/third-party/qrcodegen/index.ts:963
MethodencodeBinary
(data: Readonly<Array<byte>>, ecl: QrCode.Ecc)
src/third-party/qrcodegen/index.ts:54
MethodencodeText
(text: string, ecl: QrCode.Ecc)
src/third-party/qrcodegen/index.ts:44
FunctionesbuildOptions
(options)
tsup.config.ts:4
MethodgetModule
(x: int, y: int)
src/third-party/qrcodegen/index.ts:218
FunctionhandlePopState
(e: PopStateEvent)
examples/demo.tsx:56
MethodmakeEci
(assignVal: int)
src/third-party/qrcodegen/index.ts:795
FunctiononCanvasButtonClick
()
examples/download.tsx:15
FunctiononSVGButtonClick
()
examples/download.tsx:26