Skip to content

Commit

Permalink
add: zoom parameter to quilt
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanChrisBrown committed Jun 12, 2024
1 parent 7b9c765 commit af6e8fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/library/schemas/schema.hologram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const QuiltHologramArgs = z.object({
aspect: z.number(),
viewCount: z.number(),
focus: z.number().optional(),
zoom: z.number().optional(),
tag: z.string().optional(),
})

Expand Down

0 comments on commit af6e8fd

Please sign in to comment.