Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 413 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 413 Bytes

fraime

a simple image frame generator powered by GetImg API

To install dependencies:

bun install

Add a .env file with your access token for the GetImg API

GETIMG_ACCESS_TOKEN=<your access token>

To run:

bun run index.ts

This project was created using bun init in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.

.