## Features based on user story. ### Initialization and Drawing 1. initialize `Boardy` instance. 2. initialize your custom tool or default tool using `Tool`. - you can extend tools 3. add `Tool` to `Boardy` 1. boardy will draw using tools. 4. set `Tool` to use. 5. when you draw on the canvas, the action event that you've drawn through the tools used will continue to occur. 6. if `boardy` get the actions, it find suitable tool and draw right. ### Persist 1. convert actions to rasterized image in server 2. convert rasterized image to `boardy` in client
Features
based on user story.
Initialization and Drawing
Boardyinstance.Tool.TooltoBoardyToolto use.boardyget the actions, it find suitable tool and draw right.Persist
boardyin client