Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.38 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.38 KB

EO editor

Try online

Features

Use with your HTML

  1. Create a tag with id="eo-editor". The editor tab will be attached to it. You can change tag id in ./src/main.ts where view is declared.
  2. Add the script and styles from ./docs, e.g.:
<script type="module" src="./eo-editor.js"></script>
<link rel="stylesheet" href="./eo-editor.css">

Development

  • Install the dependencies and run in rebuild-on-change mode
npm i && npm run dev