2016-06-09 17:20:03 +08:00
# monaco-editor-core
> This npm module is a building block for the [monaco-editor](https://www.npmjs.com/package/monaco-editor)
npm module and unless you are doing something special (e.g. authoring a monaco editor language that can be shipped
and consumed independently), it is best to consume the [monaco-editor ](https://www.npmjs.com/package/monaco-editor ) module
that contains this module and adds languages supports.
2022-01-04 06:16:37 +08:00
The Monaco Editor is the code editor that powers [VS Code ](https://github.com/microsoft/vscode ). Here is a good page describing some [editor features ](https://code.visualstudio.com/docs/editor/editingevolved ).
2016-06-09 17:20:03 +08:00
2020-09-16 07:13:49 +08:00
This npm module contains the core editor functionality, as it comes from the [vscode repository ](https://github.com/microsoft/vscode ).
2016-06-09 17:20:03 +08:00
## License
2023-08-24 16:37:25 +08:00
2021-02-15 03:10:24 +08:00
[MIT ](https://github.com/microsoft/vscode/blob/main/LICENSE.txt )