Skip to content

Commit

Permalink
minor(complex): update imports (mandelbrot test)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 19, 2023
1 parent 5e8dbbb commit 89cd624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/complex/tools/mandelbrot.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { abs, add, Complex, mul } from "@thi.ng/complex";
import { canvas, formatCanvas, SHADES_ASCII_16 } from "@thi.ng/text-canvas";
import { abs, add, mul, type Complex } from "@thi.ng/complex";
import { SHADES_ASCII_16, canvas, formatCanvas } from "@thi.ng/text-canvas";
import { map, range2d, run } from "@thi.ng/transducers";
import { fit2 } from "@thi.ng/vectors";

Expand Down

0 comments on commit 89cd624

Please sign in to comment.