2.17.2 • Published 5 months ago

@nolebase/ui-asciinema v2.17.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@nolebase/ui-asciinema

Wrapper of asciinema-player for VitePress documentation sites.

!CAUTION

This package is in Alpha stage.

This package is still in the Alpha stage, and it is not recommended to use it in production. The API may change in the future, and there may be bugs in the current version. Please use it with caution.

!IMPORTANT

You will need to add the package to Vite's ssr.noExternal config ^1. Without it your site may not build.

// vite.config.ts
export default defineConfig({
  vite: {
    ssr: {
      noExternal: [
        "@nolebase/ui-asciinema",
      ],
    },
  },
})

^1: Vite's ssr.noExternal config docs: https://vitejs.dev/guide/ssr.html#ssr-externals.

Install

Npm

npm i @nolebase/ui-asciinema -D

Yarn

yarn add @nolebase/ui-asciinema -D

Pnpm

pnpm add @nolebase/ui-asciinema -D

Documentation

Please refer to Asciinema Player package's documentation site for more information.

2.11.0

11 months ago

2.12.0

10 months ago

2.11.1

11 months ago

2.10.0

11 months ago

2.9.0

11 months ago

2.17.2

5 months ago

2.13.6

8 months ago

2.13.7

8 months ago

2.17.0

6 months ago

2.17.1

5 months ago

2.13.5

8 months ago

2.15.0

8 months ago

2.13.2

8 months ago

2.16.0

7 months ago

2.15.1

7 months ago

2.13.0

9 months ago

2.12.1

9 months ago

2.14.0

8 months ago

2.13.1

8 months ago

2.7.0

12 months ago

2.8.1

12 months ago

2.8.0

12 months ago

2.6.1

1 year ago

2.6.0

1 year ago

2.5.0

1 year ago

2.4.0

1 year ago

2.3.0

1 year ago

2.2.2

1 year ago

2.2.1

1 year ago

2.2.0

1 year ago

2.1.0

1 year ago