Skip to content

Commit

Permalink
fix: 提升个版本
Browse files Browse the repository at this point in the history
  • Loading branch information
sj817 committed Dec 27, 2024
1 parent dfe82fb commit 7f9395b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# KarinJS Puppeteer

这是一个 monorepo 项目,包含以下包:

##

### [@karinjs/puppeteer](./packages/puppeteer/README.md)

Puppeteer 的主包,提供了http、ws等api

### [@karinjs/puppeteer-core](./packages/puppeteer-core/README.md)

Puppeteer 的核心包,封装截图、下载等功能

## 开发

请使用`pnpm`

### 安装依赖

```bash
pnpm install
```

### 编译

```bash
pnpm build
```

0 comments on commit 7f9395b

Please sign in to comment.