0.1.2 • Published 10 months ago

@cookshack/codemirror-ansi v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

@cookshack/codemirror-ansi

ANSI escape code handling for CodeMirror 6.

Currently only affects Select Graphic Rendition sequences (the color escapes): 1. hides control chars 2. displays/clears 4 bit fg/bg colors and bold

Screenshots

All colors

npm run prepare

Example

window.view = new EditorView({
  extensions: [ ansi(), ...

Build from source

$ npm i # only needed first time
$ npm run prepare
0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago