Skip to content

Web Editor (Latest)

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Apr 21:52

Latest build of the Vertex web editor custom elements.

Variants

Bundle Element Size Use case
web-editor.min.js <vertex-editor> ~1.1 MB Full editable editor
web-editor-lite.min.js <vertex-editor-lite> ~450 KB Read-only code display

Install

# Full editable editor
curl -fsSL https://raw.githubusercontent.com/Andersseen/vertex/main/packages/frontend/web-editor/bin/install.mjs | node - ./public

# Read-only lite variant
curl -fsSL https://raw.githubusercontent.com/Andersseen/vertex/main/packages/frontend/web-editor/bin/install.mjs | node - ./public --lite

Direct download

curl -L -o web-editor.min.js https://github.com/Andersseen/vertex/releases/download/web-editor-latest/web-editor.min.js
curl -L -o web-editor-lite.min.js https://github.com/Andersseen/vertex/releases/download/web-editor-latest/web-editor-lite.min.js

Built from 63dd892fe85dd656f1ade602cd40887a2600ce86.