Username Link QR Code
This commit is contained in:
parent
68dfc46185
commit
e1d2dbd8ff
50 changed files with 2187 additions and 120 deletions
7
ts/changedpi.d.ts
vendored
Normal file
7
ts/changedpi.d.ts
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
// Copyright 2023 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
declare module 'changedpi' {
|
||||
function changeDpiBlob(blob: Blob, dpi: number): Promise<Blob>;
|
||||
function changeDpiDataUrl(url: string, dpi: number): string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue