bser-item-finder
v0.1.15
Published
Eternal Return: Black Survival Item Search Library
Downloads
1
Readme
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