# $draw

This keyword will allow the user to draw on it using the mouse.

# Installation:

To use this keyword, it must be first installed on the server as:

cob-cli customize draw

# Usage:

$file $draw([width:number,height:number]) 

# Options:

Parameter Description
width the width of the drawing board. Defaults to 400px
height the height of the drawing board. Defaults to 400px

WARNING

This customization requires the $field keyword since the draw is saved as an attachment.

# Examples:

# 1. Using as signature field

$file $draw