CoolFace
Apppublic

thesuryash/ASCII-GLB-Viewer

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes
package.json10 linesDownload Raw Back to root
1{2  "name": "ascii",3  "version": "1.0.0",4  "description": "Video and GLB to realtime ASCII art",5  "private": true,6  "scripts": {7    "glb": "node glb-ascii.js"8  }9}10