1.0.12 • Published 2 years ago

poe-text-to-item v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Poe-text-to-item

The purpose of this package is to convert text generated after clicking ALT+CTRL+C on an item in game into a nice object containing all the necessary data.

Example Usage

Install the package

yarn add poe-text-to-item

or

npm install poe-text-to-item

Example usage

import fs from "fs";
const path = require("path");
import { generateItem } from "poe-text-to-item";

// where testItem.txt is a file with item text
const data = fs.readFileSync(path.resolve(__dirname, "testItem.txt"), 'utf8')
const item = generateItem(data)
1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.8-0

2 years ago

1.0.7-0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago