Skip to content

Asciinema 播放器

字数
188 字
阅读时间
2 分钟

安装

运行以下命令,将 @nolebase/uiasciinema-player 安装到项目依赖项中:

shell
ni @nolebase/ui asciinema-player
shell
pnpm add @nolebase/ui asciinema-player
shell
npm install @nolebase/ui asciinema-player
shell
yarn add @nolebase/ui asciinema-player

用法

vue
<script setup>
import { NuAsciinemaPlayer } from '@nolebase/ui'
import 'asciinema-player/dist/bundle/asciinema-player.css'
</script>

<template>
  <NuAsciinemaPlayer
    src="/asciinema/test-nyancat.cast"
    :preload="true"
    :cols="400"
    :rows="40"
    :auto-play="true"
    :controls="true"
    :terminal-font-size="'12px'"
    :loop="true"
  />
</template>

致谢

贡献者

The avatar of contributor named as Neko Neko

文件历史