#!/usr/bin/env node
/**
 * gif-tools CLI entrypoint.
 *
 * Run `gif-tools --help` for usage. Each command has its own help string in
 * the dispatcher below.
 */
export {};
