bser-item-finder

0.1.15 • Public • Published

Eternal Return: Black Survival Item Finder

An unofficial synchronous item search library using information from gamepedia.

Installation

yarn add bser-item-finder
yarn add esm

node -r esm
import finder from "bser-item-finder";
console.log(finder.version) // 0.1.0

or directly transpile and use. (experimental)

<template>
  <div>
    <pre>{{ finder.version }}</pre>
  </div>
</template>

<script>
import finder from "@/node_modules/bser-item-finder";

export default {
  data() {
    return { finder };
  }
};
</script>

API

  • TODO(Current state is dogfooding, as we continue to make breaking changes to the API, we will not update the documentation.)

License

MIT

Dependencies (0)

    Dev Dependencies (13)

    Package Sidebar

    Install

    npm i bser-item-finder

    Weekly Downloads

    0

    Version

    0.1.15

    License

    MIT

    Unpacked Size

    234 kB

    Total Files

    28

    Last publish

    Collaborators

    • 59naga