Move to reagent

This commit is contained in:
heyarne 2020-05-03 10:01:03 +02:00
commit 6bfa94a2ca
8 changed files with 322 additions and 75 deletions

View file

@ -0,0 +1,24 @@
*,
*::before,
*::after {
box-sizing: border-box
}
body {
color: #222
}
canvas#result {
position: absolute;
z-index: 10;
}
video#capture {
max-width: 100%;
height: auto;
}
canvas#result,
video#capture {
transform: scale(-1, 1)
}