# moroboxai-editor-sdk

> MoroboxAI SDK for embedding the code editor

Latest version **0.1.1-alpha.11** (published 2023-10-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install moroboxai-editor-sdk
pnpm add moroboxai-editor-sdk
yarn add moroboxai-editor-sdk
bun add moroboxai-editor-sdk
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1-alpha.11 |
| Published | 2023-10-31 |
| First published | 2022-06-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 37.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | moroboxai |
| Maintainers | moroboxai |

## Links

- npm: https://www.npmjs.com/package/moroboxai-editor-sdk
- Repository: https://github.com/moroboxai/moroboxai-editor-sdk
- Homepage: https://github.com/moroboxai/moroboxai-editor-sdk#readme
- Issues: https://github.com/moroboxai/moroboxai-editor-sdk/issues
- npm.io page: https://npm.io/package/moroboxai-editor-sdk

## Recent versions

- 0.1.1-alpha.11 (latest) — 2023-10-31
- 0.1.1-alpha.10 — 2023-10-20
- 0.1.1-alpha.9 — 2023-09-22
- 0.1.1-alpha.8 — 2023-09-21
- 0.1.1-alpha.7 — 2023-09-20
- 0.1.1-alpha.6 — 2023-09-20
- 0.1.1-alpha.5 — 2023-09-16
- 0.1.1-alpha.4 — 2023-08-29
- 0.1.1-alpha.3 — 2023-08-29
- 0.1.1-alpha.2 — 2022-06-14
- 0.1.1-alpha.1 — 2022-06-10

## README

# moroboxai-editor-sdk

[![NPM version](https://img.shields.io/npm/v/moroboxai-editor-sdk.svg)](https://www.npmjs.com/package/moroboxai-editor-sdk)
![Node.js CI](https://github.com/moroboxai/moroboxai-editor-sdk/workflows/Node.js%20CI/badge.svg)
[![gitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/moroboxai/moroboxai-editor-sdk/blob/master/LICENSE)
[![Code Quality: Javascript](https://img.shields.io/lgtm/grade/javascript/g/moroboxai/moroboxai-editor-sdk.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/moroboxai/moroboxai-editor-sdk/context:javascript)
[![Total Alerts](https://img.shields.io/lgtm/alerts/g/moroboxai/moroboxai-editor-sdk.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/moroboxai/moroboxai-editor-sdk/alerts)

This package provides the core functionalities for embedding the code editor of [MoroboxAI](https://github.com/moroboxai) on various platforms, but lacks the gutter that is required for some platform-specific functionalities.

See:
  * [moroboxai-editor-web](https://github.com/moroboxai/moroboxai-editor-web): for embedding the code editor on the web
  * [moroboxai-editor-react](https://github.com/moroboxai/moroboxai-editor-react): for embedding the code editor in [React](https://en.reactjs.org/) apps

## Install

Using npm:

```bash
npm install moroboxai-editor-sdk --save
```

## License

This content is released under the [MIT](http://opensource.org/licenses/MIT) License.

---
_Source: https://npm.io/package/moroboxai-editor-sdk · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
