mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 14:56:13 +02:00
✨ Improve command line helpers.
This commit is contained in:
parent
c0cd0d4a23
commit
2746d598b0
11 changed files with 106 additions and 87 deletions
|
@ -3,6 +3,7 @@
|
|||
This guide intends to explain the essential details of the frontend
|
||||
application.
|
||||
|
||||
|
||||
## Access to clojure from javascript console
|
||||
|
||||
The uxbox namespace of the main application is exported, so that is
|
||||
|
@ -15,6 +16,7 @@ console (there is autocompletion for help):
|
|||
uxbox.main.store.emit_BANG_(uxbox.main.data.workspace.reset_zoom)
|
||||
```
|
||||
|
||||
|
||||
## Visual debug mode and utilities
|
||||
|
||||
Debugging a problem in the viewport algorithms for grouping and
|
||||
|
@ -37,6 +39,7 @@ uxbox.util.debug.debug_all()
|
|||
uxbox.util.debug.debug_none()
|
||||
```
|
||||
|
||||
|
||||
## Debug state and objects
|
||||
|
||||
There are also some useful functions to visualize the global state or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue