You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,3 +29,7 @@ The code consists of three main parts:
29
29
30
30
- The code utilizes localStorage to save and load code snippets between sessions.
31
31
- The `eval` function is used in the `run` function to execute JavaScript code within the preview iframe. Be cautious when using `eval` as it can be a security risk if untrusted code is being executed.
32
+
33
+
## Demo:
34
+
35
+
Check out the live demo of IEditor: [IEditor Demo](https://caytomahamed.github.io/IEditor/)
0 commit comments