/* ==================================== JUCER_BINARY_RESOURCE ==================================== This is an auto-generated file: Any edits you make may be overwritten! */ #include namespace BinaryData { //================== webviewplugin-gui-fallback.html ================== static const unsigned char temp_binary_data_0[] = "\r\n" "\r\n" " \r\n" " \r\n" " WebViewPluginDemo\r\n" " \r\n" " \r\n" " \r\n" "

WebViewPluginDemo

\r\n" "

\r\n" " This document is a placeholder for the GUI component of the\r\n" " WebViewPluginDemo.\r\n" "

\r\n" "

\r\n" " To build the fully fledged user interface you need to install\r\n" " node.js\r\n" "

\r\n" "

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

\r\n" "
\r\n"
"        npm install\r\n"
"        npm run build\r\n"
"        npm run zip\r\n"
"      \r\n"
"    

\r\n" " This will build the full GUI package and place it in the\r\n" " Assets directory.\r\n" "

\r\n" "

After this, rebuild and restart this demo.

\r\n" " \r\n" "\r\n"; const char* webviewpluginguifallback_html = (const char*) temp_binary_data_0; const char* getNamedResource (const char* resourceNameUTF8, int& numBytes); const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) { unsigned int hash = 0; if (resourceNameUTF8 != nullptr) while (*resourceNameUTF8 != 0) hash = 31 * hash + (unsigned int) *resourceNameUTF8++; switch (hash) { case 0xcc2651f9: numBytes = 982; return webviewpluginguifallback_html; default: break; } numBytes = 0; return nullptr; } const char* namedResourceList[] = { "webviewpluginguifallback_html" }; const char* originalFilenames[] = { "webviewplugin-gui-fallback.html" }; const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8); const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) { for (unsigned int i = 0; i < (sizeof (namedResourceList) / sizeof (namedResourceList[0])); ++i) if (strcmp (namedResourceList[i], resourceNameUTF8) == 0) return originalFilenames[i]; return nullptr; } }