Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 608 Bytes

utils_source.md

File metadata and controls

27 lines (15 loc) · 608 Bytes

@phun-ky/frameport / utils/source

Module: utils/source

Functions

getSource

getSource(options): string

Generate the source code for an HTML page based on the provided options.

Parameters

Name Type Description
options FrameportOptions The options for generating the HTML page source.

Returns

string

  • The generated HTML source code as a string.

Defined in

utils/source.ts:14