@qr-platform/qr-code.js 0.8.23 → 0.8.24
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.
- package/lib/core/qr-code-js.d.ts +2 -0
- package/lib/index.js +1 -1
- package/lib/node.js +1 -1
- package/package.json +1 -1
package/lib/core/qr-code-js.d.ts
CHANGED
@@ -9,6 +9,8 @@ export declare enum FileExtension {
|
|
9
9
|
}
|
10
10
|
export type ExtensionFunction = (svg: SVGElement, options: RecursivePartial<Options>) => void;
|
11
11
|
export declare class QRCodeJs {
|
12
|
+
/** Library version injected at build time */
|
13
|
+
static version: string;
|
12
14
|
private static _selectedTemplate;
|
13
15
|
private options;
|
14
16
|
private container?;
|