Interactive Code Playgrounds

Developed Code Editors

The code is available in this github repository

Introduction

The following web component is exposed by the library

  • <base-editor />

The base editor can be initialized with the following languages: Javascript, Typescript, Java, Python, SQL, P5.js, Processing

<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" />

<p5-editor type="vertical" />

<processing-editor type="vertical" />