🧙♀️
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
var media = require('rtc-media') | |
var fakevid = require('rtc-videoproc') | |
var canvas = fakevid(document.body) | |
var whammy = require('whammy') | |
var SECONDS = 2 | |
var MILISECONDS = SECONDS * 1000 | |
var QUALITY = 1 | |
var WIDTH = 640 | |
var HEIGHT = 480 |
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
#!/usr/bin/env ruby | |
# == Name | |
# cli - Aloha Editor's Command Line Interface | |
# | |
# == Synopsis | |
# Refer to the README file for usage | |
# | |
# == Options | |
# -h, --help Displays help message |