UNPKG

astro-terminal-player

Version:

Embed player for terminal sessions (recorded with asciinema) in your Astro project. Using asciinema player under the hood. Comes with full asciinema player settings support, typings and docs hints.

6 lines (4 loc) 163 B
// eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-expect-error import TerminalPlayer from './TerminalPlayer.astro'; export { TerminalPlayer };