@qr-platform/qr-code.js 0.11.10 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -164,6 +164,5 @@ export declare class QRCodeJs {
164
164
  * Apply thresholding to enhance QR code contrast
165
165
  */
166
166
  private applyQRThreshold;
167
- protected _hls(): boolean;
168
167
  private _logValidationWarnings;
169
168
  }
@@ -33,7 +33,6 @@ export declare class QRSVG {
33
33
  private imageTools;
34
34
  private finalWidth;
35
35
  private finalHeight;
36
- private _hls;
37
36
  private _innerQrGroup;
38
37
  private _maskedQrGroup;
39
38
  _instanceId: number;