Skip to content

John-Weak/threejs-particles-heart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Particle Heart ❤️

heart-demo.mp4

Setup

# Install dependencies
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build