Skip to content

arkntools/arknights-fbs-js

Repository files navigation

arknights-fbs-js

NPM version

本仓库为 MooncellWiki/OpenArknightsFBS 的 js 版本,会随其自动更新

使用

import { readFileSync } from 'node:fs';
import { character_table } from '@arkntools/arknights-fbs-js';

const data = character_table(
  new Uint8Array(readFileSync('character_table.bytes')).slice(128),
);

console.log(data);

About

JS version of MooncellWiki/OpenArknightsFBS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •