David Konsumer
Results
2
comments of
David Konsumer
Sorry, it's been a while, and I was just using `fetch` by itself, but I came back to wanting to use this, and found my own issue. I made a...
I have been using this for react: ```jsx 'use client' import { highlightElement } from '@speed-highlight/core' import { detectLanguage } from '@speed-highlight/core/detect' import { useEffect, useRef } from 'react' export...