Skip to content

Commit

Permalink
docs: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Mar 4, 2024
1 parent c75db4e commit e93893a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ console.log(qrcode.toDataURL());

```ts
declare class BitMatrix {
public constructor(width: number, height: number, bits?: Int32Array);
public get width(): number;
public get height(): number;
public set(x: number, y: number): void;
Expand Down
1 change: 1 addition & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ console.log(qrcode.toDataURL());

```ts
declare class BitMatrix {
public constructor(width: number, height: number, bits?: Int32Array);
public get width(): number;
public get height(): number;
public set(x: number, y: number): void;
Expand Down

0 comments on commit e93893a

Please sign in to comment.