@kurtb/canvas
v0.1.0
Published
Fluid ink canvas
Downloads
41
Readme
@fluid-example/canvas
Forked from https://github.com/microsoft/FluidFramework/tree/main/examples/data-objects/canvas
Canvas is a Fluid Component that displays a collaborative canvas you can draw on.
Getting Started
If you want to run this example follow the following steps:
- Run
npm install
from theFluidFramework
root directory - Navigate to this directory
- Run
npm run start
Data model
Canvas uses the following distributed data structures:
- SharedDirectory - root
- Ink - Append only stream designed for ink scenarios