Skip to content
This repository was archived by the owner on Aug 24, 2026. It is now read-only.

Add screenshot and comprehensive usage docs to README #5

Add screenshot and comprehensive usage docs to README

Add screenshot and comprehensive usage docs to README #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm lint:es
- run: pnpm test
- run: pnpm build