Skip to content

Commit

Permalink
Add info about supported formats in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kionell committed Jul 1, 2023
1 parent d6c77d3 commit 3572d2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ npm install osu-parsers
This package comes with built-in LZMA codec as it is required for replay processing.
All classes and their typings can be found in [osu-classes](https://github.com/kionell/osu-classes) package which is a peer dependency and must be installed separately.

## Supported file formats

[.osu](https://osu.ppy.sh/wiki/en/Client/File_formats/osu_%28file_format%29) - fully supported (decoding/encoding)
[.osb](https://osu.ppy.sh/wiki/en/Client/File_formats/osb_%28file_format%29) - fully supported (decoding/encoding)
[.osr](https://osu.ppy.sh/wiki/en/Client/File_formats/osr_%28file_format%29) - fully supported (decoding/encoding)

## Beatmap decoding

Beatmap decoder is used to read `.osu` files and convert them to the objects of plain [Beatmap](https://kionell.github.io/osu-classes/classes/Beatmap.html) type.
Expand Down

0 comments on commit 3572d2d

Please sign in to comment.