Skip to content

Commit

Permalink
Lint and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BytingBulldogs3539 committed May 7, 2024
1 parent b8bbe9b commit 44914cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const downloadCalibBoard = () => {
// Add pregenerated charuco
const charucoImage = new Image();
charucoImage.src = CharucoImage;
doc.addImage(charucoImage, "PNG", 0.25, 1.50, 8, 8);
doc.addImage(charucoImage, "PNG", 0.25, 1.5, 8, 8);
doc.text(`8 x 8 | 1in & 0.75in`, paperWidth - 1, 1.0, {
maxWidth: (paperWidth - 2.0) / 2,
Expand Down
16 changes: 1 addition & 15 deletions photon-server/src/main/resources/web/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Photon Client</title>
<script type="module" crossorigin src="./assets/index-58394499.js"></script>
<link rel="stylesheet" href="./assets/index-7ee90589.css">
</head>
<body>
<div id="app"></div>

</body>
</html>
<p>UI has not been copied!</p>

0 comments on commit 44914cb

Please sign in to comment.