@huolala-tech/page-spy-uniapp
Version:
A developer tool for debugging uniapp miniprogram
26 lines (17 loc) • 817 B
Markdown
[npm-image]: https://img.shields.io/npm/v/@huolala-tech/page-spy-uniapp?logo=npm&label=version
[npm-url]: https://www.npmjs.com/package/@huolala-tech/page-spy-uniapp
[minified-image]: https://img.shields.io/bundlephobia/min/@huolala-tech/page-spy-uniapp
[minified-url]: https://unpkg.com/browse/@huolala-tech/page-spy-uniapp/dist/esm/index.min.js
English | [中文](./README_ZH.md)
# `@huolala-tech/page-spy-uniapp`
[![SDK version][npm-image]][npm-url]
[![SDK size][minified-image]][minified-url]
The client SDK of [PageSpy](https://www.pagespy.org) used with UniAPP.
## Usage
```ts
import PageSpy from '@huolala-tech/page-spy-uniapp';
const pageSpy = new PageSpy({
api: 'example.com',
});
```
Please refer to the official documentation for more details [PageSpy API](https://www.pagespy.org/#/docs/api)。