Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 369 Bytes

File metadata and controls

19 lines (12 loc) · 369 Bytes

CSV2IMG

Create an image of CSV in table representation.

Start a server

deno run --allow-net --allow-write --allow-read --allow-env --allow-ffi --unstable-ffi index.ts

Generating an image

curl -v http://localhost/ -H "content-type:application/json" --data @csv_request.json

Request Schema

See schema.