UNPKG

@cloudparker/easy-monaco-editor-svelte

Version:

The library provides a straightforward and effortless method for initializing and utilizing the Monaco library in Svelte.js. It enables loading the Monaco library from a Content Delivery Network (CDN) for convenience.

4 lines (3 loc) 132 B
// Reexport your entry components here import EasyMonacoEditor from "./easy-monaco-editor.svelte"; export default EasyMonacoEditor;