@kobold/xiv
v0.0.2
Published
Automated Kobold configuration for Final Fantasy XIV
Downloads
110
Readme
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'})