Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 532 Bytes

File metadata and controls

27 lines (17 loc) · 532 Bytes

react-three-text-fx

Dynamic 3D typography for React. From interactive particle structures to cinematic motion effects in Three.js.

react-three-text-fx.mp4

Structure

  • packages/core — the library code
  • apps/demo — a Vite app to test and showcase the library

Development

npm install
npm run dev

Build

npm run build

Publish

Publishing is handled by GitHub Actions on release. Set the NPM_TOKEN secret in your repo settings.