Skip to content

Flow

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

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