Skip to content

Commit

Permalink
camera capture
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofbyteball committed Jan 15, 2018
1 parent 01e1672 commit e1dba93
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions camera.html
@@ -0,0 +1,18 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
padding-top: 20px;
}
</style>
</head>
<body>
<div>
Click the button below to open the camera.
</div>
<div>
<input type="file" accept="image/*" capture="camera" />
</div>
</body>
</html>

0 comments on commit e1dba93

Please sign in to comment.