0.1.0 • Published 8 months ago

@minhducsun2002/node-osr-parser v0.1.0

Weekly downloads
12
License
MIT
Repository
github
Last release
8 months 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

8 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1-2

3 years ago

0.0.1-1

4 years ago

0.0.1

4 years ago