mirror of
https://github.com/bspeice/speice.io
synced 2025-06-30 21:36:38 -04:00
Checkpoint for histogram
It takes a lot of render time to get a usable result, and it's not that interesting. Committing so I can save the work if I want to revisit it, but abandoning the idea for now.
This commit is contained in:
@ -198,8 +198,7 @@ import chaosGameWeightedSource from "!!raw-loader!./chaosGameWeighted";
|
||||
|
||||
<CodeBlock language={'typescript'}>{chaosGameWeightedSource}</CodeBlock>
|
||||
|
||||
import BrowserOnly from "@docusaurus/BrowserOnly";
|
||||
import GasketWeighted from "./GasketWeighted";
|
||||
import Canvas from "../src/Canvas";
|
||||
|
||||
<Canvas><BrowserOnly>{() => <GasketWeighted/>}</BrowserOnly></Canvas>
|
||||
<Canvas><GasketWeighted/></Canvas>
|
Reference in New Issue
Block a user