Comparing version 0.0.1-alpha.0 to 0.0.1-alpha.1
@@ -15,3 +15,3 @@ export declare const setText: (mem: Uint8ClampedArray, idx: number, s: string) => void; | ||
on_found?: (type: string, str: string) => void; | ||
static create(): Promise<Qrean>; | ||
static create(debug?: boolean): Promise<Qrean>; | ||
private constructor(); | ||
@@ -18,0 +18,0 @@ static CODE_TYPE_QR: "QR"; |
{ | ||
"name": "qrean", | ||
"type": "module", | ||
"version": "0.0.1-alpha.0", | ||
"version": "0.0.1-alpha.1", | ||
"description": "A portable QR and Barcode generation / manipulation library written in C", | ||
@@ -14,3 +14,7 @@ "module": "./dist/Qrean.js", | ||
"homepage": "https://github.com/kikuchan/libqrean#readme", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^20.10.7", | ||
"typescript": "^5.3.3" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
385546
1823
2