This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
import Foundation | |
import JavaScriptCore | |
/// Used to lookup our Bundle. | |
private class MomentBundleClass: NSObject {} | |
/// A wrapper around a moment.js object. | |
public struct Moment { |