Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jl917/rspress-plugin-clarity
https://github.com/jl917/rspress-plugin-clarity
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jl917/rspress-plugin-clarity
- Owner: jl917
- License: mit
- Created: 2024-05-14T23:43:05.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-18T12:27:00.000Z (8 months ago)
- Last Synced: 2024-08-02T13:22:09.311Z (5 months ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-rspack - rspress-plugin-clarity
README
# rspress-plugin-clarity ![NPM Version](https://img.shields.io/npm/v/rspress-plugin-clarity)
Rspress plugin for [Clarity](https://clarity.microsoft.com/) integration.
## Usage
```bash
npm i rspress-plugin-clarity
yarn add rspress-plugin-clarity
pnpm add rspress-plugin-clarity
``````ts
import { defineConfig } from 'rspress/config';
import clarity from 'rspress-plugin-clarity';export default defineConfig({
plugins: [
clarity("projectId"),
],
});
```## Configure
### projectId
Clarity project ID.
- Type: `string`
- Required