Skip to content

Flow

The Flow module contains functions and sub-modules controlling execution and working with time.

Demos

Importing

// Whole module
import * as Flow from "ixfx/flow.js"
// Single function
import { repeat } from "ixfx/flow.js"
// One of several modules
import { Flow, Modulation, Data } from "ixfx/bundle.js"
// And within your HTML's <HEAD> </HEAD> block:
// <script type="importmap">{ "imports": { "ixfx/": "/ixfx/" } } </script>