Developed Code Editors
The code is available in this github repository
The following web components are exposed by the library
The base editor can be initialized with the following languages: Javascript, Typescript, Java, Python
<base-editor language="javascript" />
<base-editor language="python" theme="dark" />
<base-editor language="typescript" type="vertical" />
<base-editor language="java" type="vertical" theme="dark" />
<sql-editor theme="dark" />