style: apply Prettier formatting to project
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
|||||||
readFileAsArrayBuffer,
|
readFileAsArrayBuffer,
|
||||||
hexToRgb,
|
hexToRgb,
|
||||||
} from '../utils/helpers.js';
|
} from '../utils/helpers.js';
|
||||||
import { state , resetState } from '../state.js';
|
import { state, resetState } from '../state.js';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
PDFDocument as PDFLibDocument,
|
PDFDocument as PDFLibDocument,
|
||||||
@@ -184,7 +184,6 @@ export async function addWatermark() {
|
|||||||
) as HTMLElement;
|
) as HTMLElement;
|
||||||
if (element) element.click();
|
if (element) element.click();
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
showAlert(
|
showAlert(
|
||||||
|
|||||||
Reference in New Issue
Block a user