Kendo UI for Vue
The Vue Drawing library provides a cross-browser solution for interactive vector graphics. This library serves as a base for data visualizations rendered by components such as Kendo UI for Vue Charts and offers a low-level API for building visuals. The Drawing library is platform agnostic and can be used in any application.
The Vue Drawing library can convert part of or a whole existing page to drawing primitives, which can be rendered on screen or exported as a PDF, SVG or PNG format. This allows for any HTML portion of a Vue application, or the entire current view, to be exported to any of the supported formats.
To help build more complex scenes, the Vue Drawing library provides a set of basic shapes as a foundation. Built-in shapes include circles and rectangles, text, images, and gradients. You can also create your own custom elements.
See the Vue Drawing Library Basic Shapes demo
The Vue Drawing library helps developers create PDF files from application content. This can simply be what is currently displayed on the page and exporting it, or customizing the exported view by embedding fonts, setting custom CSS, disabling hyperlinks and more.
Like PDF export, the Vue Drawing Library can also export scenes to PNG files.
Much like PDF and image export, the Vue Drawing Library can export drawings to SVG documents.