FrameContent

View Source

Summary

Content that can be rendered into a frame.

Signature

type FrameContent = ReadableStream<Uint8Array> | string | RemixNode;