Canvas

A freehand drawing surface with pen and eraser tools, color palette, variable stroke widths, undo/redo, and PNG download.

Installation

npx dafink-ui add canvas

Demo

Props

NameTypeDefaultDescription
widthnumbercontainer widthCanvas width in px. Defaults to responsive container width.
heightnumber400Canvas height in px.
defaultColorstring'#18181b'Initial stroke color.
defaultStrokeWidthnumber4Initial stroke width in px.
showToolbarbooleantrueWhether to render the built-in toolbar.
classNamestring""Extra classes on the wrapper div.