justcaliturner / simple-code-editor

Simple code editor for Vue.js
https://simple-code-editor.vicuxd.com
154 stars 30 forks source link

is there any way to get the console content in order to output it in the document? #21

Closed adnane-ka closed 2 years ago

adnane-ka commented 2 years ago

I'm building a js code editor, i need in somehow to get any content that logs to the console so i can output it in somehow.

can i do this in this editor?