Comparing version 18.1.1 to 18.1.2
@@ -1,7 +0,7 @@ | ||
export declare const quiet_qrcode: (text?: string, level?: string, min_ver?: number, quiet?: number) => { | ||
text: any; | ||
level: any; | ||
version: number; | ||
module_count: any; | ||
is_dark: (row: any, col: any) => any; | ||
export declare const quiet_qrcode: (text?: string, level?: ErrorCorrectionLevel, min_ver?: TypeNumber, quiet?: number) => { | ||
text: string; | ||
level: ErrorCorrectionLevel; | ||
version: TypeNumber; | ||
module_count: number; | ||
is_dark: (row: any, col: any) => boolean; | ||
} | null; |
{ | ||
"name": "ngx-kjua", | ||
"description": "Angular QR-Code generator component.", | ||
"version": "18.1.1", | ||
"version": "18.1.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "private": false, |
@@ -41,3 +41,3 @@ [![NPM version](https://img.shields.io/npm/v/ngx-kjua.svg?&label=npm)](https://www.npmjs.com/package/ngx-kjua) | ||
```bash | ||
npm i ngx-kjua kjua-svg --save | ||
npm i ngx-kjua --save | ||
``` | ||
@@ -44,0 +44,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
241439