monaco-editor/monaco-editor-webpack-plugin/test/index.js

6 lines
187 B
JavaScript

import * as monaco from 'monaco-editor/esm/vs/editor/editor.api';
monaco.editor.create(document.getElementById('container'), {
value: 'sel {\nbackground: red;\n}',
language: 'css'
});