wehmoen / pixelate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixelate CLI

Pixelate CLI is a command line tool that pixelates an image. It is written in Typescript and uses the Jimp library to manipulate images.

Installation

To install the CLI, run the following command:

git clone https://github.com/wehmoen/pixelate
cd pixelate
pnpm install
pnpm build

Usage

To pixelate an image, run the following command:

pnpm start --input <input>

About


Languages

Language:TypeScript 100.0%