react-3d-shirt
v0.0.8
Published
A customizable rotating 3d t-shirt
Downloads
5
Readme
react-3d-shirt
A customizable interactive 3d t-shirt. You can try it out at here.
Example
You can customize the color and motif.
Usage
import { Shirt } from "react-3d-shirt"
...
<Shirt motif="https://picsum.photos/300/300" color="#ff0000"/>
...