@rel-packages/osu-beatmap-parser 0.1.8 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -13,4 +13,9 @@ npm install osu-beatmap-parser
13
13
  ```bash
14
14
  npm install
15
15
  npm run compile
16
- ```
16
+ ```
17
+
18
+ ## TODO
19
+ - [ ] native: handle "Storyboard" key
20
+ - [ ] native: handle beatmap file version
21
+ - [ ] native: handle lazer files (like, if we're trying to get AudioLocation from a lazer file, we will need to follow the hashed lazer path)