Static content loading functions for PlutoBoard.jl

Methods

(static) exports.addCSSToBody() → {Promise.<void>}

Adds CSS files to the head of the current document.
Returns:
Type: 
Promise.<void>

(static) exports.insertHTMLToBody() → {Promise.<void>}

Inserts the HTML document created by the user into the body and head of the current document.
Returns:
Type: 
Promise.<void>

(static) exports.insertSettingsHTMLToBody() → {Promise.<void>}

Inserts the settings HTML document into the body of the current document.
Returns:
Type: 
Promise.<void>