Getting Started with the Kendo UI DrawingPremium
Updated on May 13, 2026
This guide provides the information you need to start using the Kendo UI Drawing—it includes instructions about the installation approach, how to import the required modules, and a basic example to create your first drawing.
Installing the Package
To add the Kendo UI Drawing package, run the following command:
sh
npm install --save @progress/kendo-drawing
Importing the Modules
After you install the Drawing package, import the necessary modules:
js
import { Surface, Text, geometry } from '@progress/kendo-drawing';
The package exports three main namespaces:
drawing—Core drawing shapes and surface functionality.geometry