# Voxelify Convert a 2D pixel art image into GLTF 3D object # Example | 2D Image | 3D GLB | | ------------------------ | ------------------------ | | ![](assets/smiley.png) | ![](assets/smiley.gif) | # Usage ```bash cargo run --release -- --help ``` Or if you want to use the functions in your code you can do: ```bash cargo add voxelify ```