QRCode

A QR Code encoded from text. Provides access to raw module data and conversion to geometry.

Methods

.toCompoundPath()CompoundPath

Converts the QR code to a 1×1 CompoundPath for rendering.

.size()number

Width and height of the QR code.

.valueAtPosition(x,y)boolean

Returns the pixel value at the given coordinates, true if black.

x
number
y
number