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

Class

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

Source from the content-addressed store, hash-verified

177}
178
179class CanvasTxt {
180 constructor(txt, { fontSize = 200, fontFamily = 'Arial', color = '#fdf9f3' } = {}) {
181 this.canvas = document.createElement('canvas');
182 this.context = this.canvas.getContext('2d');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected