-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add recorder features: webcam display, request/enumerate devices, des…
…troy (#40) Adds webcam display, request/enumerate devices, and destroy methods to recorder in record package. --------- Co-authored-by: CJ Green <[email protected]>
- Loading branch information
1 parent
94efdde
commit 8eb4c39
Showing
21 changed files
with
971 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
module.exports = { | ||
process(sourceText, sourcePath, options) { | ||
return { | ||
code: `module.exports = ${JSON.stringify(sourceText)};`, | ||
}; | ||
}, | ||
}; |
Oops, something went wrong.