diff --git a/examples/adaptive-threshold/index.html b/examples/adaptive-threshold/index.html index 9ac88d71c7..d5dbbaee4a 100644 --- a/examples/adaptive-threshold/index.html +++ b/examples/adaptive-threshold/index.html @@ -10,6 +10,12 @@ rel="stylesheet" /> +
diff --git a/examples/adaptive-threshold/src/api.ts b/examples/adaptive-threshold/src/api.ts index b26c8eb06e..c8bd70dfe2 100644 --- a/examples/adaptive-threshold/src/api.ts +++ b/examples/adaptive-threshold/src/api.ts @@ -1,5 +1,5 @@ -import { PackedBuffer } from "@thi.ng/pixel"; import type { Val1 } from "@thi.ng/api"; +import { PackedBuffer } from "@thi.ng/pixel"; // event ID constants export const SET_IMAGE = "set-image"; diff --git a/examples/adaptive-threshold/src/events.ts b/examples/adaptive-threshold/src/events.ts index cfd325b0fa..979818f3de 100644 --- a/examples/adaptive-threshold/src/events.ts +++ b/examples/adaptive-threshold/src/events.ts @@ -1,8 +1,8 @@ +import type { Fn } from "@thi.ng/api"; import { setIn } from "@thi.ng/paths"; import { GRAY8, PackedBuffer } from "@thi.ng/pixel"; import { ISubscriber, pubsub, stream, trace } from "@thi.ng/rstream"; -import { state } from "./state"; -import { adaptiveThreshold } from "./threshold"; +import type { Transducer } from "@thi.ng/transducers"; import { Event, EventType, @@ -12,8 +12,8 @@ import { SET_KERNEL_WIDTH, UPDATE_IMAGE, } from "./api"; -import type { Fn } from "@thi.ng/api"; -import type { Transducer } from "@thi.ng/transducers"; +import { state } from "./state"; +import { adaptiveThreshold } from "./threshold"; /** * Event input stream (not exported) diff --git a/examples/async-effect/index.html b/examples/async-effect/index.html index cd9dcb16af..84f590e35d 100644 --- a/examples/async-effect/index.html +++ b/examples/async-effect/index.html @@ -1,42 +1,49 @@ + + + + +- Source -
- - - - - \ No newline at end of file + ++ Source +
+ + + +