mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-02-01 12:29:39 +00:00
chore(eslint): Fix lint
This commit is contained in:
parent
cbe8785f99
commit
7e9ae0f554
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ const FRAMES_PER_SECOND = 10
|
||||||
const WIDTH = 200
|
const WIDTH = 200
|
||||||
const HEIGHT = WIDTH
|
const HEIGHT = WIDTH
|
||||||
|
|
||||||
|
|
||||||
export function capture (commit, mediaStream, duration) {
|
export function capture (commit, mediaStream, duration) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const video = document.createElement('video')
|
const video = document.createElement('video')
|
||||||
|
|
Loading…
Add table
Reference in a new issue