change ui for entrypoint

This commit is contained in:
Dmitry Vasilev
2023-07-02 19:21:20 +03:00
parent 571db0bf41
commit b8c927c196
7 changed files with 94 additions and 113 deletions

View File

@@ -197,6 +197,9 @@ in production, you can do it like this:
Leporello.js appends `?leporello` query parameter to your HTML file, so you can
test if HTML file is run in Leporello.js or in production.
You can add javascript libraries by including `script` tag to HTML file. If the library is exposing globals, they will be available in your javascript code after you select that HTML file as an entrypoint.
## Run and debug UI code in separate window
By default your code is run in invisible iframe. If you want to run and debug