We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would be happy if I had the opportunity to download the necessary wad/gfx/bsp/dem ect files and so on and send them to the hlviewer as a buffer.
The text was updated successfully, but these errors were encountered:
You mean instead of
hlv.load('somedemo.dem')
to have something like
const demBuffer = await xhr('somedemo.dem') const bspBuffer = await xhr('mapofsomedemo.bsp') ... hlv.load({ demo: demBuffer, bsp: bspBuffer, ... })
Sorry, something went wrong.
Yes, something like this
I like the idea. Will be added.
Merge pull request skyrim#10 from Rosenstein/dependabot/npm_and_yarn/…
6c18759
…types/node-15.6.1 Bump @types/node from 10.14.16 to 15.6.1
No branches or pull requests
I would be happy if I had the opportunity to download the necessary wad/gfx/bsp/dem ect files and so on and send them to the hlviewer as a buffer.
The text was updated successfully, but these errors were encountered: