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:
| Index: modules/contrib/openid_connect/openid_connect.module:0 | |
| @@ @@ | |
| <?php | |
| +use Drupal\Core\File\FileSystemInterface; | |
| /** | |
| * @file | |
| * A pluggable client implementation for the OpenID Connect protocol. | |
| @@ @@ | |
| * An array with information about the user. |
| { | |
| "name": "webpack-sass", | |
| "version": "1.0.0", | |
| "scripts": { | |
| "start": "webpack-dev-server --open --mode development", | |
| "build": "webpack -p" | |
| }, | |
| "devDependencies": { | |
| "babel-core": "^6.26.0", | |
| "babel-loader": "^7.1.4", |