/body_chart

Primary LanguageTypeScriptCreative Commons Zero v1.0 UniversalCC0-1.0

body_chart

Generates body chart images from correctly-shaped CSV data.

Prerequisites

Installation

Clone this repo:

git clone https://github.com/SaschaAdler/body-chart

Install:

deno install --allow-read --allow-write --allow-run=convert ./body_chart.ts

Usage

body_chart file.csv
body_chart path/to/file.csv path/to/otherfile.csv
body_chart *.csv

Images for an input file are created in the directory the file is in.