diff --git a/Merger.js b/Merger.js index 544f34c..2eee4e9 100644 --- a/Merger.js +++ b/Merger.js @@ -1,5 +1,5 @@ /* - * Merger UI V0.4 + * Merger UI V0.5 * Copyright 2016-2018 XWolfOverride@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining a copy of this @@ -28,7 +28,7 @@ sys = { // Configuration _type: "system", icon: "data:image/gif;base64,R0lGODlhIAAgAOMAAP///zOZ/47N8FxqpgAAAMzM/7+/v9nu+QBjpAA9hP///////////////////////yH5BAEKAA8ALAAAAAAgACAAAATq8MlJH7k16y3JEQXGjZVXBGBIkKQpoEIqsuVRxHAsr3Rn6zndjuYCCo8F1ahoPCJDG2bTKbTxKNIpVWAbXH03atDZ9ZYKh49zXC0M3l/LKZA+Bthc99uMnd/rLzhBZXtxBH53dGpAKISFZ4mJCIpHjo99kQGTiWmdbgkJe3AGmJKZdwUPem+ghQavHX6bpyABoqyhBK+wh3ezpwGrtwMJurtymsCRwsPGpHK/ysyizhME0dLDo7DWBMqZ017HFQYX36jN4xrl3tnU6hzswMLVPfLLrtw9EvfB28/7KMhzUy9gBnYFDa6DtyECADs=", - ver: "0.4", + ver: "0.5", internal: { window: { frame: { diff --git a/README.md b/README.md index 1883cfe..9225b4c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ -WebInquirer -=============== +Inquirer +======== +Inquirer is a javascript library containing tools for variable inspection and console replacement. It is originally designed to work on embedded browsers without access to developer tools. -Developer tools for HTML5 and classic GUI library for browsers \ No newline at end of file +Merger +====== +Inquirer GUI is based on a separate project but developed together called Merger. Merger mimics a classic desktop environment inside a web page and allow developer to organize GUI elements like windows, buttons, labels and menus on an easy way. + +Inquirer Documentation +====================== +Once inquirer has been included in a web page, is possible to access it any time pressing the famous "Konami Code" (up, up, down, down, left, right, left, right, b, a) By default the Inquirer console will be shown. + diff --git a/WebInquirer.html b/WebInquirer.html index 17efdf4..2f8d035 100644 --- a/WebInquirer.html +++ b/WebInquirer.html @@ -9,8 +9,13 @@