MCPcopy Create free account
hub / github.com/DavidHDev/react-bits /

Class

src/tailwind/Components/PixelCard/PixelCard.jsx:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { useEffect, useRef } from 'react';
2
3class Pixel {
4 constructor(canvas, context, x, y, color, speed, delay) {
5 this.width = canvas.width;
6 this.height = canvas.height;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected