1.0.12 • Published 3 years ago

poe-text-to-item v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.8-0

3 years ago

1.0.7-0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago