Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions extensions/gif-selector/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# GIF Selector - Vicinae Extension

An extension for Vicinae to search and copy GIFs directly to your clipboard. Supports both **Giphy** and **Klipy** API providers and offers network optimizations for previewing GIFs and adds fallback.

---

## Installation

1. Install dependencies:
```bash
npm install
```

2. Run in development/watch mode:
```bash
npm run dev
```

3. Build for production:
```bash
npm run build
```

---

## Getting Started

1. Get a developer API key:
- **Klipy**: [klipy.com/developers](https://klipy.com/developers)
- **Giphy**: [developers.giphy.com](https://developers.giphy.com)
2. Open the extension in Vicinae.
3. Fill out the inline onboarding form with your keys and select your default provider.
4. Click **Save Configuration** to start searching!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading