mirror of
https://github.com/bspeice/speice.io
synced 2025-07-01 05:46:13 -04:00
Fix for facebook/docusaurus#6032
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
// Hint: try increasing the iteration count
|
||||
const iterations = 10000;
|
||||
|
||||
// Hint: negating `x` and `y` also creates some interesting images
|
||||
// Hint: negating `x` and `y` creates some interesting images
|
||||
const functions = [
|
||||
(x, y) => [x / 2, y / 2],
|
||||
(x, y) => [(x + 1) / 2, y / 2],
|
||||
|
Reference in New Issue
Block a user