Skip to content

textmode.js / Textmodifier / windowResized

Method: windowResized()

ts
windowResized(callback): void;

Set the callback that runs after a window resize.

Parameters

ParameterTypeDescription
callback() => voidFunction to run after the window is resized.

Returns

void

Example