UNPKG
@webarkit/jsfeat-next
Version:
latest (0.7.5)
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
Typescript version of jsfeat for WebARKit
github.com/webarkit/jsfeatNext
webarkit/jsfeatNext
@webarkit/jsfeat-next
/
examples
/
css
/
style.css
22 lines
(19 loc)
•
341 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#video
{
position
: absolute;
top
:
0
;
left
:
0
;
display
: block;
width
:
100%
!important
;
height
:
100%
!important
;
object-fit
: cover; }
#canvas
{
position
: absolute;
left
:
0
;
top
:
0
;
z-index
:
100
;
display
: block;
width
:
100%
!important
;
height
:
100%
!important
;
object-fit
: cover; }