mirror of
https://github.com/bspeice/speice.io
synced 2025-07-05 07:44:54 -04:00
View detection
This commit is contained in:
@ -9,7 +9,7 @@ export type ChaosGameHistogramProps = ChaosGameFinalProps & {
|
||||
}
|
||||
export function* chaosGameHistogram({width, height, transforms, final, quality, step, paint}: ChaosGameHistogramProps) {
|
||||
let iterations = (quality ?? 1) * width * height;
|
||||
step = step ?? 100_000;
|
||||
step = step ?? 10_000;
|
||||
|
||||
const histogram = new Uint32Array(width * height);
|
||||
|
||||
|
Reference in New Issue
Block a user