1.0.0 • Published 1 year ago

@secrets/codemirror-theme v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

@secrets/codemirror-theme

Install

npm i @secrets/codemirror-theme -D

Use

import theme from '@secrets/codemirror-theme';
import { EditorState } from "@codemirror/state";

const startState = EditorState.create({
      doc: "YOUR_DOC_HERE",
      extensions: [
        theme('dark')// or light
      ]
});
  
1.0.0

1 year ago