Skip to content

Commit

Permalink
Copied js locally
Browse files Browse the repository at this point in the history
  • Loading branch information
pdr0663 committed May 1, 2024
1 parent f9f4ff7 commit 566361c
Show file tree
Hide file tree
Showing 3 changed files with 3,542 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ <h1>Camera Capture with EXIF Metadata</h1>
Subject: <input type="text" id="subject"><br>
<button id="save-btn">Save Image</button>

<script src="https://cdnjs.cloudflare.com/ajax/libs/piexifjs/1.0.0/piexif.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/piexifjs/1.0.0/exif.js"></script>
<script src="/js/piexif.js"></script>
<script src="/jsexif.js"></script>

<script>
const video = document.getElementById('video');
Expand Down
Loading

0 comments on commit 566361c

Please sign in to comment.