File SystemHTML Processing
Extract social share images and Open Graph tags
Bun's HTMLRewriter API extracts social share images and Open Graph metadata from HTML by matching CSS selectors against the elements, text, and attributes you
Extract links from a webpage using HTMLRewriter
Bun's HTMLRewriter API extracts links from HTML. Chain CSS selectors to match the elements, text, and attributes you want to process, then pass .transform a
Convert an ArrayBuffer to a string
Bun implements the Web-standard TextDecoder class for converting between binary data types and strings.