To install dependencies:
bun installAdd a .env file with your access token for the GetImg API
GETIMG_ACCESS_TOKEN=<your access token>
To run:
bun run index.tsThis project was created using bun init in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.
.