ace-editor-web-component
Installation
SKILL.md
documentation
Documentation can be found https://stopsopa.github.io/ace-editor-webcomponent/learning/008_ace_async_loader/dynamic.html
generally this is web component which can be used like
<ace-editor lang="javascript" id="unique-id">
<script type="ace">
function greet(name) {
console.log("Hello, " + name + "!");
}
greet("World");
</script>
</ace-editor>