@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.
24 lines • 493 B
JSON
{
"name": "@cloudparker/easy-monaco-editor-svelte",
"version": "2.0.0",
"author": "www.cloudparker.com",
"license": "MIT",
"keywords": [
"sveelte",
"monaco",
"codeeditor",
"js"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"files": [
"dist"
],
"type": "module",
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts"
}