Skip to content

cn-poe-community/pob-building-creator

Repository files navigation

pob-building-creator

Create PathOfBuilding building from POE API.

Usage

npm install pob-building-creater

Create building:

import {transform} from "pob-building-creater";
const items = {};// You should get items from poe api
const passiveSkills = {};// You should get passive skills from poe api
const pob = transform(items, passiveSkills);
console.log(pob);

Reference Projects

About

Create PathOfBuilding building from POE API

Resources

License

Stars

Watchers

Forks

Packages

No packages published