@kurtb/shared-text

Shared text

Usage no npm install needed!

<script type="module">
  import kurtbSharedText from 'https://cdn.skypack.dev/@kurtb/shared-text';
</script>

README

Originally forked from https://github.com/microsoft/FluidFramework/tree/main/examples/data-objects/shared-text

@fluid-example/shared-text

An experimental implementation of writing a Rich Text Editor.

History

Shared Text was the first editor written on the Fluid Framework and has evolved along with the framework.

Getting Started

If you want to run this example follow the following steps:

  1. Run npm install from the FluidFramework root directory
  2. Navigate to this directory
  3. Run npm run start