minhducsun2002 / node-osr-parser

A library to read osu! replay files

Home Page:https://minhducsun2002.github.io/node-osr-parser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-osr-parser

Another library to parse osu! replays

Usage

import { Replay } from 'node-osr-parser';
// CommonJS
const { Replay } = require('node-osr-parser');

const a : Buffer = readFileSync('your/osr/file');
new Replay(a).deserialize().then(replay => console.log(replay.player));

License

MIT license. See here.

About

A library to read osu! replay files

https://minhducsun2002.github.io/node-osr-parser/

License:MIT License


Languages

Language:TypeScript 97.8%Language:JavaScript 2.2%