UNPKG

macaw-threejs

Version:

Macaw Three.js is ready to use library to connect Three.js with your project.<br/> Under the hood is a fully optimized, clean Three.js set up to make it easy to implement effects for images (future text, etc.). With effects out of the box, you don't even

9 lines (8 loc) 181 B
import type { Effect } from "../../Effect"; export interface AddEffectProps { key: string; effect: Effect; } export interface RemoveEffectProps { key: string; }