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

Class

src/ts-tailwind/Components/PixelCard/PixelCard.tsx:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { JSX } from 'react';
3
4class Pixel {
5 width: number;
6 height: number;
7 ctx: CanvasRenderingContext2D;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected