Turn your 3D models into interactive ASCII art. Mess with the settings, experiment with the effects, and find a look that feels like yours.
import { AsthreeRender } from "@defu13/asthree-react";
<AsthreeRender
model="/models/model.glb"
hdr="/hdr/studio.hdr"
settings={{
ascii: {
cellSize: 9.0,
tintColor: "" ,
glow: true,
},
model: {
autoRotate: true,
},
}}
/>
🡤 All setting values are editable.