/SpriteDraw

quick app to create a sprite via a json array of bytes

Primary LanguageTypeScriptMIT LicenseMIT

Sprite Draw - enter a json array, indicate the bytes per row, and see your sprite appears! Similar to how sprites were drawn on the Commodore 64.

For devs: npm run start will run this on your local box. npm run build will build a production build

See the App.tsx file for a couple of examples you can copy/paste in.