Added showTypes tag to playground

Value: [1e-8 to 1e-4]
This commit is contained in:
Quinn Dougherty 2022-05-02 17:37:50 -04:00
parent a986aac0a2
commit a4c3405e5d

View File

@ -10,7 +10,11 @@ export default function PlaygroundPage() {
maxWidth: 2000, maxWidth: 2000,
}} }}
> >
<SquigglePlayground initialSquiggleString="normal(0,1)" height={700} /> <SquigglePlayground
initialSquiggleString="normal(0,1)"
height={700}
showTypes={true}
/>
</div> </div>
</Layout> </Layout>
); );