Demo https://craftpixels.in/3d/tshirtcustom/
This is a weekend personal project that lets users apply custom graphic designs or images on T-shirt 3D models. Features as follows
- Upload any images and apply them as decal on the tshirt model
- Change Tshirt color
- Change Background to see if the graphics and Tshirt suit in a particular environment
- Add text
This personal project may or may not use parts of code from other repositories, Stackoverflow and other forums to which we are very thankful for helping us learn and showing us the ropes. More power to you!
You can reach us at [email protected]
Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build