UNPKG

@avolutions/canvas-painter

Version:

CanvasPainter.js is a simple yet powerful JavaScript library for drawing basic shapes (rectangles, circles, etc.) on HTML5 Canvas with ease. Perfect for creating 2D graphics in your web projects.

6 lines (5 loc) 110 B
/** * Interface representing the base style properties for a shape. */ export interface IShapeBaseStyle { }