mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-02-17 13:52:14 +01:00
🤖 format everything with pre-commit by stirlingbot (#5367)
Auto-generated by [create-pull-request][1] with **stirlingbot** [1]: https://github.com/peter-evans/create-pull-request Signed-off-by: stirlingbot[bot] <stirlingbot[bot]@users.noreply.github.com> Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@@ -6,7 +6,7 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "gradle" # See documentation for possible values
|
||||
directories:
|
||||
directories:
|
||||
- "/" # Location of package manifests
|
||||
- "/app/common"
|
||||
- "/app/core"
|
||||
|
||||
2
.github/labels.yml
vendored
2
.github/labels.yml
vendored
@@ -200,4 +200,4 @@
|
||||
from_name: "tauri"
|
||||
- name: "license-review-required"
|
||||
color: "EDEDED"
|
||||
description: "This PR requires a license review"
|
||||
description: "This PR requires a license review"
|
||||
|
||||
4
frontend/public/vendor/jscanify/jscanify.js
vendored
4
frontend/public/vendor/jscanify/jscanify.js
vendored
@@ -132,9 +132,9 @@
|
||||
|
||||
/**
|
||||
* Extracts and undistorts the image detected within the frame.
|
||||
*
|
||||
*
|
||||
* Returns `null` if no paper is detected.
|
||||
*
|
||||
*
|
||||
* @param {*} image image to process
|
||||
* @param {*} resultWidth desired result paper width
|
||||
* @param {*} resultHeight desired result paper height
|
||||
|
||||
6
frontend/public/vendor/jscanify/opencv.js
vendored
6
frontend/public/vendor/jscanify/opencv.js
vendored
@@ -20,7 +20,7 @@
|
||||
root.cv = factory();
|
||||
}
|
||||
}(this, function () {
|
||||
|
||||
|
||||
var cv = (function() {
|
||||
var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined;
|
||||
return (
|
||||
@@ -40,9 +40,9 @@ if (typeof exports === 'object' && typeof module === 'object')
|
||||
define([], function() { return cv; });
|
||||
else if (typeof exports === 'object')
|
||||
exports["cv"] = cv;
|
||||
|
||||
|
||||
if (typeof Module === 'undefined')
|
||||
Module = {};
|
||||
return cv(Module);
|
||||
}));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user