Hello,
I have been exploring the VST web client that NVIDIA provides, and I noticed that the package only contains the compiled build outputs (for example, static/js/main.[hash].js
). It doesn’t seem to include the original src/
source files.
I was wondering:
-
Is the source code (
src
) normally provided somewhere, or is the distribution intentionally limited to build artifacts? -
I’d like to make some small modifications to the client, but working with only the minified build files is quite difficult.
-
If the source is not available, is there perhaps a recommended way to customize or extend the client (for example through configuration, APIs, or another supported method)?
I may be missing something obvious, but I just wanted to confirm whether access to the source is possible, or if there’s an alternative approach I should take.
Thank you in advance for any guidance.
Best regards,
YoungSeok