Get Started

Create a simple gradient shader with framer-motion-3d and emulsion.

Get started by installing the required deps

The basic setup looks like the following:

import { MotionShaderMaterial } from "emulsion"

function Test() {
  return ( 
    <div>
      <Canvas />  
    </div> 
  )
}