@minhducsun2002/node-osr-parser
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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.

/@minhducsun2002/node-osr-parser/

    Package Sidebar

    Install

    npm i @minhducsun2002/node-osr-parser

    Weekly Downloads

    7

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    14.5 kB

    Total Files

    7

    Last publish

    Collaborators

    • minhducsun2002