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.

10 lines (9 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShapeStyle = void 0; /** * Represents the style for a shape, including optional state-specific styles. */ class ShapeStyle { } exports.ShapeStyle = ShapeStyle;