Drawing with FabricJS and TypeScript Part 4: Text and Freeform Lines
Let's implement drawers and components to display text and "freeform" lines in our FabricJS canvas!
Let's implement drawers and components to display text and "freeform" lines in our FabricJS canvas!
Let's add basic shapes like rectangles, ovals, and triangles, and create a toolbar so the user can select whichever they want!
Let's add the ability to draw straight lines, and set up code we need for more drawers in the future!
Let's see how to start building a drawing canvas with FabricJS and TypeScript!