fantasy-editor

A React Rich Text Editor Based On Slate

Usage no npm install needed!

<script type="module">
  import fantasyEditor from 'https://cdn.skypack.dev/fantasy-editor';
</script>

README

English | 简体中文

Fantasy Editor

A Rich Text Editor Based On Slate and React.

GitHub npm npm

Installation

npm

npm install fantasy-editor --save

Examples

# Clone the repository
$ git clone https://github.com/lingjieee/fantasy-editor.git

# Change directory
$ cd fantasy-editor

# Install dependencies
$ yarn install

# Run examples
$ yarn start