Docs

How to work with CopyLayers

How the library works, what you get in each category, and how to take a layer into whatever you're building.

How do I reuse a 3D scene in any stack?

A 3D scene ships as a single self-contained HTML file containing its Three.js setup, render loop, and shaders. Lift those into a component in your stack, or hand the file to your AI and ask it to port the scene.

Steps

  1. 1Get the scene as a self-contained HTML file (prompt or source).
  2. 2Either drop the file into your project and tell the AI where it should live, or have the AI build the UI around it — the scene is self-contained, so it works as-is either way.

Walkthrough — coming soon.