UNPKG

exif-ai

Version:

A powerful Node.js CLI and library that uses AI providers (OpenAI, Google Gemini, Anthropic Claude, Mistral, Ollama, Amazon Bedrock, Azure OpenAI, DeepInfra, Fireworks, XAI, OpenRouter, and more) to intelligently write image descriptions and tags to EXIF

39 lines (37 loc) 804 B
{ // These tasks will run in order when initializing your CodeSandbox project. "setupTasks": [ { "command": "pnpm install", "name": "Install Dependencies" } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. "tasks": { "build": { "name": "build", "command": "pnpm build", "runAtStart": false }, "clean": { "name": "clean", "command": "pnpm clean", "runAtStart": false }, "watch": { "name": "watch", "command": "pnpm watch", "runAtStart": false }, "test": { "name": "test", "command": "pnpm test", "runAtStart": false }, "test:ui": { "name": "test:ui", "command": "pnpm test:ui", "runAtStart": false } } }