WebViewPluginDemo

This document is a placeholder for the GUI component of the WebViewPluginDemo.

To build the fully fledged user interface you need to install node.js

Then navigate into the examples/Plugins/WebViewPluginDemoGUI directory inside your JUCE directory, and issue the following commands.

        npm install
        npm run build
        npm run zip
      

This will build the full GUI package and place it in the Assets directory.

After this, rebuild and restart this demo.