Creating stars using JavaScript
I previously made a starry background using canvas. But we don't need to use canvas at all. Since a lot of the canvas manipulation involves JavaScript, it shouldn't be too hard to change it to only use JavaScript (and some CSS).
HTML and CSS
The body...
blog.nicm42.me.uk3 min read