0.1.0 • Published 2 years ago

@minhducsun2002/node-osr-parser v0.1.0

Weekly downloads
12
License
MIT
Repository
github
Last release
2 years ago

node-osr-parser

npm.io npm.io npm.io

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.

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1-2

4 years ago

0.0.1-1

5 years ago

0.0.1

5 years ago