@nebulaai/monaco-editor
v1.2.0
Published
Monaco Editor wrapper with NebulaAI integrations for decentralized development
Maintainers
Readme
@nebulaai/monaco-editor
A Monaco Editor wrapper with NebulaAI integrations for decentralized development environments.
Features
- Monaco Editor integration
- Custom NebulaAI themes
- Language providers for enhanced coding experience
- TypeScript support
Installation
npm install @nebulaai/monaco-editorUsage
import { MonacoEditor } from '@nebulaai/monaco-editor';
const editor = new MonacoEditor({
theme: 'nebula-dark',
language: 'typescript'
});API Reference
MonacoEditor
The main editor class that wraps Monaco Editor functionality.
Contributing
We welcome contributions! Please see our Contributing Guide for details.
License
MIT License - see LICENSE file for details.
Author
Jorge Gonzalez & Temporal AI Technologies Inc
