Skip to content
View Mr-Gholam's full-sized avatar

Highlights

  • Pro

Block or report Mr-Gholam

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Mr-Gholam/README.md

Hi there, I'm Mehdi!πŸ‘‹

πŸ“Š GitHub Stats:

🌐 Socials:

LinkedIn

Pinned Loading

  1. raspberry-workshop raspberry-workshop Public

    Python

  2. SteamSage_bot SteamSage_bot Public

    Python

  3. Chess-Gui Chess-Gui Public

    Go

  4. Mouse tracer (canvas + typescript) Mouse tracer (canvas + typescript)
    1
    export const mouseTracer = (canvas: HTMLCanvasElement, window: Window, dotColor: string, lineColor?: string) => {
    2
    	const ctx = canvas.getContext('2d');
    3
    	canvas.width = window.innerWidth;
    4
    	canvas.height = window.innerHeight;
    5
    	const particlesArray: {