Added showTypes tag to playground
Value: [1e-8 to 1e-4]
This commit is contained in:
parent
a986aac0a2
commit
a4c3405e5d
|
@ -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>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user