Skip to content

gabedanon/twb-transparentizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TWB Transparentizer

What?

This is a node script that generates the transparent PNGs found on the Trends With Benefits website. It has a very specific use case.

How?

This script relies heavily on Jimp, a terrific JavaScript-based image manipulation tool.

You want to use this? OK. Here's how.

Requirements

  • node (I use nvm to install and manage node versions)

Usage

  1. Clone the repo: git clone https://github.com/gabedanon/twb-transparentizer
  2. Install dependencies: npm install or yarn if you use yarn
  3. Add image(s) you'd like to convert to the in/ folder
  4. Run node index.js
  5. Voilà! Converted images are output to the out/ folder

About

Transparent PNG generator for Trends With Benefits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published