0.0.2 • Published 5 years ago

@kobold/xiv v0.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

Utilities for using Kobold with Final Fantasy XIV.

Getting Started

// Build an instance of kobold pre-loaded with settings appropriate for reading
// data from a local installation of FFXIV
const kobold = buildKoboldXIV()

// If you have the game installed in an unusual location, you may need to pass
// the path to the installation manually
const alsoKobold = buildKoboldXIV({path: 'C:\\weird-path\\Final Fantasy XIV'})