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

Class

src/tailwind/TextAnimations/ASCIIText/ASCIIText.jsx:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51const PX_RATIO = typeof window !== 'undefined' ? window.devicePixelRatio : 1;
52
53class AsciiFilter {
54 constructor(renderer, { fontSize, fontFamily, charset, invert } = {}) {
55 this.renderer = renderer;
56 this.domElement = document.createElement('div');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected