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

Added Matrix2d class, update Transform class
This commit is contained in:
Andrey Kernichniy 2026-03-15 00:14:45 +07:00
parent e5f5f3a08e
commit 4dbba31ed5
7 changed files with 159 additions and 1 deletions

View file

@ -4,3 +4,4 @@ export * from "./size";
export * from "./ellipse";
export * from "./rectangle";
export * from "./transform";
export * from "./matrix-2d";