Last active
December 16, 2018 07:08
-
-
Save pyoner/842234308b9f8cba9a780fe332d918ba to your computer and use it in GitHub Desktop.
Instant Preview Sketch&
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Instant Preview Sketch& | |
License | |
Free* | |
try -> Trial | |
buy -> Full | |
Trial | |
buy -> Full | |
expire -> Free | |
Full | |
expire -> Free | |
Plugins& | |
Preview | |
PreviewOff | |
previewOn -> PreviewOn | |
PreviewOn | |
previewOff -> PreviewOff | |
Zoom | |
ZoomOff* | |
zoomOn -> ZoomOn | |
ZoomOn | |
zoomOff -> ZoomOff | |
In | |
in -> In | |
out -> Out | |
Out | |
in -> In | |
out -> Out | |
Highlight | |
HighlightOff* | |
highlightOn -> HighlightOn | |
HighlightOn | |
highlightOff -> HighlightOff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function render(model){ | |
let current_state_name = model.active_states[0].name; | |
return $("h1", | |
{style: {color: "darkBlue"}}, | |
`The current state is: ${current_state_name}`); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment