An open API service indexing awesome lists of open source software.

https://github.com/incomplete-infinity/eve-image-helper


https://github.com/incomplete-infinity/eve-image-helper

esi eve-images eve-online frontend helper-tools html5 image-api javascript

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# EVE Image Helper

A lightweight utility to resolve EVE Online image URLs from entity IDs using ESI.

## Features

- Automatically detects ID type (character, corporation, alliance, item, etc.)
- Returns valid image URLs only
- Picks the best available image variant (e.g. render > icon)

## Usage

### HTML + JS Demo

```html

import EveImageResolver from './eve-image-resolver.js';

const resolver = await EveImageResolver.create(587); // Rifter
console.log(resolver.url); // Best image URL (render, icon, etc.)
console.log(resolver.variants); // All valid variants