Hawkbat / VTubeStudioJS

An implementation of the VTube Studio API for Node and browser JS
MIT License
46 stars 2 forks source link

[Feature Request] Include "file" property for hotkeys #2

Closed eslym closed 3 years ago

eslym commented 3 years ago

I realize the hotkey only include the id, name and type, the file property is missing it could be useful when someone doesn't name their hotkeys

Hawkbat commented 3 years ago

Good catch, I must've missed that when I updated the raw API calls. Just pushed out version 1.1.0 to npm that adds that file property to the hotkey's OOP wrapper class.

eslym commented 3 years ago

wow so fast 😂

Hawkbat commented 3 years ago

Was in the middle of looking into your other issue actually, and it was a small change to fix ^_^