MCPcopy
hub / github.com/bubkoo/html-to-image / Metadata

Interface Metadata

src/embed-webfonts.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { shouldEmbed, embedResources } from './embed-resources'
5
6interface Metadata {
7 url: string
8 cssText: string
9}
10
11const cssFetchCache: { [href: string]: Metadata } = {}
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…