Release package version 0.0.2
All checks were successful
CI / build (push) Successful in 21s

Added rectangle/ellipse/transform classes
This commit is contained in:
Andrey Kernichniy 2026-03-14 01:28:35 +07:00
parent 6ce321c051
commit e5f5f3a08e
5 changed files with 122 additions and 1 deletions

View file

@ -1,3 +1,6 @@
export * from "./margin";
export * from "./point";
export * from "./size";
export * from "./ellipse";
export * from "./rectangle";
export * from "./transform";