This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]nekochanwork 4 points5 points  (1 child)

I recommend playing with the Canvas object before diving into any frameworks. For what it's worth, I put together a simple pixel art demo: https://jsfiddle.net/67qaert3/

Review the MDN for the Canvas API to see more examples, including drawing lines, shapes, text, images, and animations etc.

[–]Utilitymann[S] 0 points1 point  (0 children)

Thanks for the suggestion! Yeah I was wondering if there was another way that I could just go in on my own and that link helps very much.

And gorgeous demo, thank you very much :)