UNPKG

@plurid/plurid-react

Version:

React implementation of Plurid to explore the web in three dimensions

4 lines (3 loc) 206 B
import { PluridStateSpace } from '@plurid/plurid-data'; export declare const computeMatrix: (spaceState: PluridStateSpace) => string; export declare const focusPluridPlaneAnchor: (planeID: string) => void;