Username Link QR Code
This commit is contained in:
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;
|
||||
}
|
Reference in New Issue
Block a user