This file contains hidden or 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 | |
| # frozen_string_literal: true | |
| # Script to capture before/after screenshots of the about page | |
| # and create a composite image showing the font change | |
| # | |
| # This script should be run in an environment where Ruby is managed by mise | |
| # (or similar tool) to ensure the correct Ruby version is available. | |
| require 'fileutils' |
OlderNewer