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:
| /* | |
| This is a minimal working example | |
| */ | |
| import React, { Component } from 'react'; | |
| import Filters from './Filters'; | |
| import InputFilter from './InputFilter'; | |
| import allMovies from './movies'; | |
| class App extends Component { |