MCPcopy
hub / github.com/Automattic/juice / inlineContent

Method inlineContent

index.d.ts:52–52  ·  view source on GitHub ↗
(html: string, css: string, options?: juice.Options)

Source from the content-addressed store, hash-verified

50 juiceFile(filePath: string, options: juice.Options, callback: juice.Callback): string;
51 juiceDocument($: any, options?: juice.Options): any;
52 inlineContent(html: string, css: string, options?: juice.Options): string;
53 inlineDocument($: any, css: string, options?: juice.Options): any;
54
55 codeBlocks: { [index: string]: { start: string, end: string } };

Callers 4

juice.test.jsFile · 0.80
runCaseFunction · 0.80
juice-tests.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

runCaseFunction · 0.64