An open API service indexing awesome lists of open source software.

https://github.com/serapath/coding-editor

codemirror based code-editor
https://github.com/serapath/coding-editor

codemirror editor embed embeddable

Last synced: about 1 year ago
JSON representation

codemirror based code-editor

Awesome Lists containing this project

README

          

# coding-editor
codemirror based code-editor

# usage
**this module is work in progress**

```js
const editor = require('coding-editor')

// for now, see `demo.js`
```