Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moroboxai/moroboxai-editor-sdk
Core functionalities for embedding the code editor of MoroboxAI on various platforms
https://github.com/moroboxai/moroboxai-editor-sdk
javascript library moroboxai npm sdk typescript
Last synced: about 2 months ago
JSON representation
Core functionalities for embedding the code editor of MoroboxAI on various platforms
- Host: GitHub
- URL: https://github.com/moroboxai/moroboxai-editor-sdk
- Owner: moroboxai
- License: mit
- Created: 2022-04-21T06:35:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T07:30:16.000Z (about 1 year ago)
- Last Synced: 2024-01-03T00:17:41.984Z (about 1 year ago)
- Topics: javascript, library, moroboxai, npm, sdk, typescript
- Language: TypeScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.