0.1.15 • Published 4 years ago

bser-item-finder v0.1.15

Weekly downloads
20
License
MIT
Repository
github
Last release
4 years ago

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

0.1.15

4 years ago

0.1.14

4 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.2

5 years ago

0.1.3

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.3

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago