Skip to content

adriangabardo/bad-grandma

Repository files navigation

Bad Grandma

Bad Grandma is a little algorithm that reads image files, then randomly processes them using a port of the Canvas API to NodeJS with the canvas NPM package.

Requirements

  • NodeJS
  • NPM (or Yarn)

Usage

npm i
npm start

Alternatively, with Yarn:

yarn
yarn start

With these quick commands, the src/index.ts file will read all files under batch/ folder and try to process them. Once that is finished, the generated files will be written into the output/ folder.

About

Randomized image processing with Canvas API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published