A Pen by Elliot

Developer
Size
1,664 Kb
Views
6,072

How do I make an a pen by elliot?

What is a a pen by elliot? How do you make a a pen by elliot? This script and codes were developed by Elliot on 22 December 2022, Thursday.

A Pen by Elliot Previews

A Pen by Elliot - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Elliot</title>
</head>
<body> <canvas id="c" width=600></canvas> <script src="js/index.js"></script>
</body>
</html>

A Pen by Elliot - Script Codes JS Codes

const c = document.getElementById("c");
const ctx = c.getContext("2d");
let i = 0;
let prev = 0
function doodle() { ctx.fillRect(i++,window.performance.now(),1,1) requestAnimationFrame(doodle)
}
doodle()
function paint() { for (let x = 0; x < c.width; x+=Math.log(i)) { for (let y = 0; y < c.height; y+=Math.log(i*2)) { ctx.fillStyle = toColor(window.performance.now()*i*2000); ctx.fillRect(x,y,7,2); } } i++; window.requestAnimationFrame(paint);
}
//paint();
function toColor(num) { num >>>= 0; var b = num & 0xFF, g = (num & 0xFF00) >>> 8, r = (num & 0xFF0000) >>> 16; return "rgb(" + [r, g, b].join(",") + ")";
}
A Pen by Elliot - Script Codes
A Pen by Elliot - Script Codes
Home Page Home
Developer Elliot
Username vez
Uploaded December 22, 2022
Rating 3
Size 1,664 Kb
Views 6,072
Do you need developer help for A Pen by Elliot?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Elliot (vez) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!