gxc-math/lib/src/models/index.ts
Andrey Kernichniy 4dbba31ed5
All checks were successful
CI / build (push) Successful in 29s
Release package version 0.0.3
Added Matrix2d class, update Transform class
2026-03-15 00:14:45 +07:00

7 lines
189 B
TypeScript

export * from "./margin";
export * from "./point";
export * from "./size";
export * from "./ellipse";
export * from "./rectangle";
export * from "./transform";
export * from "./matrix-2d";