bptf-listing-parser
v1.0.4
Published
Parse bptf listings into readable objects containing spells, paints and parts.
Downloads
5
Readme
bptf-listing-parser
Parse bptf listings into readable objects containing spells, paints and parts.
Parse a listing
import {parseListing} from 'bptf-listing-parser';
console.log(parseListing({
item: {
attributes: [
{
defindex: 142,
float_value: 5322826,
},
],
},
}));