refactor drawing

implement shareable cache logic
improve caching
fix drawing bug
This commit is contained in:
2023-05-24 20:02:44 +02:00
parent 330fa6a7f0
commit 60c8bb5877
8 changed files with 231 additions and 150 deletions

View File

@@ -14,7 +14,7 @@ export const Transform = z.object({
});
export const Cache = z.object({
valid: z.boolean().optional().default(false),
valid: z.boolean().optional().default(true),
});
export const BaseEntity = z.object({