npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@echmo/slidev-theme-lidarcar-cz

v0.1.7

Published

[![NPM version](https://img.shields.io/npm/v/slidev-theme-LidarCar-cz?color=3AB9D4&label=)](https://www.npmjs.com/package/slidev-theme-LidarCar-cz)

Readme

LidarCar-cz · Slidev Theme

面向中学人工智能、机器人与工程实践课程的 Slidev 主题。主题采用高对比的蓝青色视觉系统,兼顾课堂投影可读性、知识层级与适量的课程趣味性。

安装与使用

在 Slidev 演示稿的 headmatter 中指定完整包名:

---
theme: '@echmo/slidev-theme-lidarcar-cz'
---

本地开发主题:

pnpm install
pnpm dev

构建与导出:

pnpm build
pnpm export
pnpm screenshot

设计系统

  • 主色:深海蓝、雷达青
  • 强调色:课堂暖黄、行动橙
  • 正文字号:适配 16:9 教室投影,默认 18px
  • 字体:优先使用微软雅黑、苹方与思源黑体
  • 页面结构:统一内容卡片、品牌区、课程页脚与雷达环纹

布局

| 布局 | 用途 | 可选属性 | | --- | --- | --- | | cover | 课程封面 | subjectlevel | | default | 常规知识讲解 | — | | center | 居中提问、结论 | — | | two-cols | 对比、图文、代码讲解 | ::left::::right:: | | section | 章节过渡 | chaptereyebrow | | summary | 课堂总结 | — | | end | 结束页 | — | | full | 全屏视频或网页内容 | — | | none | 无装饰自由布局 | class |

教学组件

主题会自动注册 components/*.vue 中的全部组件。组件支持 PascalCase、短横线名称以及带 lidar- 前缀的稳定别名;例如 <BigText><big-text><lidar-big-text>

为避免与原生 HTML 标签冲突,推荐在外部项目中优先使用 lidar-* 别名。编号组件 <T1><T6> 同时兼容浏览器转换后的小写 <t1><t6>

  • <Question>:问题驱动卡片
  • <Choice>:课堂选择题,使用 questionchoices 插槽
  • <Knowledge>:核心知识提示
  • <Try>:动手实践任务
  • <Thinking>:课后思考
  • <T1><T6>:编号教学步骤
  • <Badge>:知识标签,可选 bluegreenyellow
  • <PY> / <lidar-py>:参考程序标识
  • <ImageLabel>:带图注的图片容器
  • <Video>:统一视频框架
  • <BigText><Text><Flex>:常用排版辅助组件

完整写法与视觉效果请查看 example.md

环境

  • Node.js:建议 >=20.19.0
  • Slidev:^52.19.0

License

ISC