Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 554 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 554 Bytes

UI

Some utility functions to help you build and display avatars
run pnpm dev to view examples

draw

You can learn how to build a builder from the stories file.

But in our case, most of the types are missing inside the component. We rely on valibot to validate the final data.

Because after trying to make it typesafe, I think it is not very meaningful. The benefit is mainly that you can skip the valibot validation process.

But you can definitely create a type-safe builder with the data provided in this package if you want.