Skip to content

Path-of-Tools/poe-item-display

Repository files navigation

npm version

Path of Exile 2 Item Display

This repo uses poe-item-parser under the hood to generate the properties needed to display the items.

Install

Install with your favorite package manager:

npm install poe-item-display --save

Usage

Important

Currently only React is supported. More frameworks coming SOON!

const exampleItem = `CTRL-C item from in-game`;

import { PoE2Item } from 'poe-item-display/react';

function MyFancyItem() {
    return (
        <PoE2Item item={exampleItem} />
    )
}

Example

This is an example of how the item will look like in practice

Item in action

About

Display your Path of Exile item on any website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published