bump fabric

This commit is contained in:
Brian Beck 2025-10-19 10:23:35 -07:00
parent 9e127b683c
commit c1cc0c73a1
25 changed files with 2729 additions and 162 deletions

5
types/fabric.d.ts vendored
View file

@ -1,5 +0,0 @@
/// <reference types="fabric" />
declare module "fabric" {
// Re-export the DT namespace as the module's export.
export { fabric };
}