UNPKG
exrot
Version:
latest (1.0.1)
1.0.1
1.0.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1
like scrot, but for EXternal use: taking webcam shots
github.com/noffle/exrot
exrot
/
snap.html
13 lines
(12 loc)
•
179 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<
style
type
=
"text/css"
>
body
{
margin
:
0
; }
video
{ -webkit-
transform
:
scaleX
(-
1
);
transform
:
scaleX
(-
1
); }
</
style
>
<
script
>
require
(
'./snap.js'
)
</
script
>