-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: updated peakfinder build process
- Loading branch information
1 parent
eac3c92
commit 1d20496
Showing
6 changed files
with
182 additions
and
356 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<html><head><meta name="viewport" content="initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"><script defer="defer" src="webapp.js"></script><link href="main.css" rel="stylesheet"></head><body><video id="video" autoplay playsinline></video><canvas id="canvas" class="canvas"></canvas><canvas id="canvas4" class="canvas"></canvas><div id="compass" onclick="webapp.stopEventPropagation(event);webapp.setAzimuth(0)"><div id="compass_slice"></div></div><div id="camera_button" onclick="webapp.stopEventPropagation(event);webapp.toggleCamera()" style="visibility:hidden"></div></body></html> | ||
<!doctype html><html><head><meta charset="UTF-8"/><meta name="viewport" content="initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><script defer="defer" src="webapp.js"></script><link href="main.css" rel="stylesheet"></head><body><video id="video" autoplay playsinline></video><canvas id="canvas" class="canvas"></canvas><canvas id="canvas4" class="canvas"></canvas><div id="compass" onclick="webapp.stopEventPropagation(event);webapp.setAzimuth(0)"><div id="compass_slice"></div></div><div id="camera_button" onclick="webapp.stopEventPropagation(event);webapp.toggleCamera()" style="visibility:hidden;"></div></body></html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.