Namespace Visual

Visuals

Sub-modules:

  • Video: Working with video, either playback from a file or stream from a video camera.
  • Drawing: Canvas drawing helper
  • Colour: Colour interpolation, scale generation and parsing
  • Palette: Colour palette managment
  • Svg: SVG helper

Example: Importing

// If library is stored two directories up under `ixfx/`
import {Colour} from '../../ixfx/dist/visual.js';
// Import from web
import {Colour} from 'https://unpkg.com/ixfx/dist/visual.js'

Index

Namespaces

Functions