@mariojgt/eu-blueprint-visualizer
v1.0.2
Published
Unreal Engine Blueprint Visualizer for the Web
Maintainers
Readme
Klee
A standalone Unreal Engine Blueprint visualizer for the web.
Build minified JS
To build a minified JavaScript file of klee you have to install the development dependencies:
npm installAs soon as the dependencies are installed you can run the following command to build a minified JavaScript file.
npm run buildYou can find the output at dist/klee.min.js relative to the root of the project directory.
Development setup
npm install
npm run dev