Skip to content

Geometry

Shapes

Utility

Importing

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