UNPKG

gif-tools

Version:

A robust, zero-dependency TypeScript library for creating GIF files with support for both static and animated GIFs. Built with modern TypeScript features and designed to work in both Node.js and browser environments.

9 lines (8 loc) 173 B
#!/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 {};